UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 471 B
import { ToolActionDescription } from "./ToolActionDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionGroupHeaderDescription extends ToolActionDescription { static $t: Type; protected get_type(): string; constructor(); private dv; get actualBackIconColor(): string; set actualBackIconColor(a: string); private dw; get backIconColor(): string; set backIconColor(a: string); }