UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

21 lines (20 loc) 381 B
import { Type } from "./type"; /** * Represents type for toolbar action */ export declare enum ToolActionType { Unknown = 0, GroupHeader = 1, Checkbox = 2, IconButton = 3, Label = 4, NumberInput = 5, Radio = 6, Separator = 7, IconMenu = 8, Button = 9 } /** * @hidden */ export declare let ToolActionType_$type: Type;