UNPKG

@mobilelivenpm/fds-angular-qa

Version:

This library was generated with [Nx](https://nx.dev).

11 lines (10 loc) 234 B
export interface ThemeListItem { title: string; className: string; config?: any; } export declare class ThemeService { private active; getThemeClassName(): string; setThemeClassName(className: string): void; }