UNPKG

@nepwork/dashboards

Version:

Dashboards for emergencies and monitoring

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