UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

27 lines (26 loc) 503 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIBuiltInProperties { DisplayType = 0, Density = 1, Value = 2, Label = 3, DisableRipple = 4, IsChecked = 5, DataSource = 6, SelectedValue = 7, Text = 8, FontInfo = 9, Min = 10, Max = 11, Step = 12, CollectionName = 13, IconName = 14, CornerRadius = 15 } /** * @hidden */ export declare let NativeUIBuiltInProperties_$type: Type;