UNPKG

ngx-bootstrap-expanded-features

Version:

Too many new features for bootstrap made with javascript for better performance and more options without a large css file.

19 lines (18 loc) 461 B
export declare const manage_colors: { pushColors(newColors: { [key: string]: string; }): void | { errors: string[]; } | { success: boolean; message: string; }; getColors(): { [key: string]: string; }; getColorsNames(): string[]; getColorValue(color: string): string; updateColor(color: string, value: string): void; deleteColor(color: string): void; clearAllColors(): void; };