UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

11 lines (10 loc) 227 B
import { Type } from "./type"; export declare enum ToolActionButtonInfoDisplayType { Raised = 0, Flat = 1, Outlined = 2 } /** * @hidden */ export declare let ToolActionButtonInfoDisplayType_$type: Type;