UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

57 lines (56 loc) 3.22 kB
import { Base, Type } from "igniteui-webcomponents-core"; import { Brush } from "igniteui-webcomponents-core"; import { BaseControlTheme } from "igniteui-webcomponents-core"; import { CornerRadius } from "igniteui-webcomponents-core"; import { Thickness } from "igniteui-webcomponents-core"; import { ElevationMode } from "igniteui-webcomponents-core"; import { Theme } from "./Theme"; import { Dictionary$2 } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class ThemeResolver extends Base { static $t: Type; static ah(a: BaseControlTheme, b: Brush, c: Brush): Brush; static r(a: BaseControlTheme, b: number, c: number): number; static m(a: BaseControlTheme, b: number, c: number): number; static ac(a: BaseControlTheme, b: CornerRadius, c: CornerRadius): CornerRadius; static am(a: BaseControlTheme, b: Thickness, c: Thickness): Thickness; static g(a: BaseControlTheme, b: ElevationMode, c: ElevationMode): ElevationMode; static a(a: Dictionary$2<string, any>): Theme; static ag(a: BaseControlTheme, b: ThemeResolver, c: string): Brush; static af(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): Brush; static q(a: BaseControlTheme, b: ThemeResolver, c: string): number; static p(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): number; static l(a: BaseControlTheme, b: ThemeResolver, c: string): number; static k(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): number; static x(a: BaseControlTheme, b: ThemeResolver, c: string): string; static w(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): string; static f(a: BaseControlTheme, b: ThemeResolver, c: string): ElevationMode; static e(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): ElevationMode; static ab(a: BaseControlTheme, b: ThemeResolver, c: string): CornerRadius; static aa(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): CornerRadius; static al(a: BaseControlTheme, b: ThemeResolver, c: string): Thickness; static ak(a: BaseControlTheme, b: ThemeResolver, c: any, d: string): Thickness; private b; private h; constructor(a: number); constructor(a: number, b: Dictionary$2<BaseControlTheme, Theme>, c: BaseControlTheme); constructor(a: number, ..._rest: any[]); t(a: BaseControlTheme, b: string): any; s(a: BaseControlTheme, b: any, c: string): any; ae(a: BaseControlTheme, b: string): Brush; ad(a: BaseControlTheme, b: any, c: string): Brush; o(a: BaseControlTheme, b: string): number; n(a: BaseControlTheme, b: any, c: string): number; j(a: BaseControlTheme, b: string): number; i(a: BaseControlTheme, b: any, c: string): number; v(a: BaseControlTheme, b: string): string; u(a: BaseControlTheme, b: any, c: string): string; d(a: BaseControlTheme, b: string): ElevationMode; c(a: BaseControlTheme, b: any, c: string): ElevationMode; z(a: BaseControlTheme, b: string): CornerRadius; y(a: BaseControlTheme, b: any, c: string): CornerRadius; aj(a: BaseControlTheme, b: string): Thickness; ai(a: BaseControlTheme, b: any, c: string): Thickness; }