UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

10 lines (9 loc) 184 B
import { Base, Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class Replaced extends Base { static $t: Type; b: string; a: number; }