UNPKG

igniteui-webcomponents-inputs

Version:

Ignite UI Web Components inputs components.

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