Skip to main content
Example
export interface FlattenedTheme {
  colors: Record<string, string>;
  fonts: Record<string, string | number | boolean | object>;
  borders: Record<string, string | number | boolean>;
  pageBackground: Record<string, string>;
  widget: Record<string, string | number>;
}

Properties

borders
Record
colors
Record
fonts
Record
pageBackground
Record
widget
Record