UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

13 lines (12 loc) 244 B
import { Type } from "./type"; export declare enum ToolActionInfoDensity { Auto = 0, Comfortable = 1, Cosy = 2, Compact = 3, Minimal = 4 } /** * @hidden */ export declare let ToolActionInfoDensity_$type: Type;