This interface will show the structure to Theme
export interface Theme { main_color?: string; secondary_color?: string; background_color?: string;}
Generated using TypeDoc
This interface will show the structure to Theme