UNPKG

igniteui-react-inputs

Version:

Ignite UI React input components.

16 lines (15 loc) 486 B
import { Base, Type } from "igniteui-react-core"; import { Dictionary$2 } from "igniteui-react-core"; /** * @hidden */ export declare class Theme extends Base { static $t: Type; private b; private a; get c(): Dictionary$2<any, Theme>; constructor(a: number, b: Dictionary$2<string, any>); constructor(a: number, b: Dictionary$2<string, any>, c: Dictionary$2<any, Theme>); constructor(a: number, ..._rest: any[]); item(a: string): any; }