UNPKG

@nebular/theme

Version:
9 lines (8 loc) 207 B
export interface NbJSThemeOptions { name: string; base?: string; variables?: NbJSThemeVariable; } export interface NbJSThemeVariable { [key: string]: string | string[] | NbJSThemeVariable; }