UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 259 B
import { Type } from "./type"; /** * @hidden */ export declare const enum NativeUIDisplayDensity { Auto = 0, Comfortable = 1, Cosy = 2, Compact = 3, Minimal = 4 } /** * @hidden */ export declare let NativeUIDisplayDensity_$type: Type;