UNPKG

@nebular/theme

Version:
8 lines (7 loc) 179 B
export interface Schema { project: string; theme: 'default' | 'dark' | 'cosmic' | 'corporate'; customization: boolean; layout: boolean; animations: boolean; }