UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

15 lines (14 loc) 432 B
import { ToolContextValueType } from "./ToolContextValueType"; import { Type } from "./type"; /** * @hidden */ export interface IToolbarContextAccessor { getInternalAccessor(): IToolbarContextAccessor; setContextValue(a: string, b: ToolContextValueType, c: any): void; getContextValue(a: string, b: ToolContextValueType): any; } /** * @hidden */ export declare let IToolbarContextAccessor_$type: Type;