UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

14 lines (13 loc) 236 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIInputDisplayType { Line = 0, Border = 1, Box = 2 } /** * @hidden */ export declare let NativeUIInputDisplayType_$type: Type;