UNPKG

igniteui-react-inputs

Version:

Ignite UI React input components.

14 lines (13 loc) 293 B
import { Base, Type } from "igniteui-react-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; }