igniteui-react-core
Version:
Ignite UI React Core.
17 lines (16 loc) • 471 B
TypeScript
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);
}