igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
22 lines (21 loc) • 395 B
TypeScript
import { Type } from "./type";
/**
* @hidden
*/
export declare const enum NativeUIComponentBuiltInType {
Content = 0,
Button = 1,
Input = 2,
Label = 3,
DropDown = 4,
Slider = 5,
Checkbox = 6,
Grid = 7,
External = 8,
Absolute = 9,
IconButton = 10
}
/**
* @hidden
*/
export declare let NativeUIComponentBuiltInType_$type: Type;