UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

14 lines (13 loc) 314 B
import { Base, Type } from "igniteui-webcomponents-core"; import { PrefixShiftType } from "./PrefixShiftType"; /** * @hidden */ export declare class PrefixVisualModelExport extends Base { static $t: Type; a: PrefixShiftType; c: boolean; b: boolean; d: string; e(): string; }