igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
18 lines (17 loc) • 419 B
TypeScript
import { Description } from "./Description";
import { Type } from "./type";
/**
* @hidden
*/
export declare class WebThemeProviderDescription extends Description {
static $t: Type;
protected get_type(): string;
get type(): string;
constructor();
private k;
get theme(): string;
set theme(a: string);
private l;
get variant(): string;
set variant(a: string);
}