UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 455 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 d2; get actualBackIconColor(): string; set actualBackIconColor(a: string); private d3; get backIconColor(): string; set backIconColor(a: string); }