Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface will show the structure to Theme

export interface Theme {
main_color?: string;
secondary_color?: string;
background_color?: string;
}

Hierarchy

  • Theme

Index

Properties

background_color?: string
main_color?: string
secondary_color?: string

Generated using TypeDoc