UNPKG

amt-ui

Version:

Angular material, tailwind template

14 lines (13 loc) 596 B
import { AmtThemeService } from '../../services/amt-theme.service'; import { AmtThemeColor } from '../../interfaces/amt-theme.inteface'; import * as i0 from "@angular/core"; export declare class NavbarColorsComponent { amtThemeService: AmtThemeService; themeColors: { name: AmtThemeColor; code: string; }[]; toggleThemeColor(color: AmtThemeColor): void; static ɵfac: i0.ɵɵFactoryDeclaration<NavbarColorsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NavbarColorsComponent, "amt-navbar-colors", never, {}, {}, never, never, true, never>; }