UNPKG

igniteui-angular-inputs

Version:

Ignite UI Angular input components for building rich data visualizations for modern web apps.

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