UNPKG

angular-admin-lte

Version:
38 lines (37 loc) 916 B
export declare const colorsAliases: string[]; export declare const colors: { aqua: string; 'aqua-active': string; black: string; 'black-active': string; blue: string; 'blue-active': string; fuchsia: string; 'fuchsia-active': string; green: string; 'green-active': string; gray: string; 'gray-active': string; 'gray-light': string; 'light-blue': string; 'light-blue-active': string; lime: string; 'lime-active': string; maroon: string; 'maroon-active': string; navy: string; 'navy-active': string; olive: string; 'olive-active': string; orange: string; 'orange-active': string; purple: string; 'purple-active': string; red: string; 'red-active': string; teal: string; 'teal-active': string; yellow: string; 'yellow-active': string; }; export declare type Colors = keyof typeof colors;