UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 167 B
import { ThemeType } from "./Enums"; export interface Theming { type: ThemeType; primary: string; secondary: string; corporatecolors: Array<string>; }