UNPKG

igniteui-react-inputs

Version:

Ignite UI React input components.

13 lines (12 loc) 230 B
import { Type } from "igniteui-react-core"; /** * @hidden */ export declare const enum CheckboxLabelPosition { After = 0, Before = 1 } /** * @hidden */ export declare let CheckboxLabelPosition_$type: Type;