igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
20 lines (19 loc) • 578 B
TypeScript
import { ToolActionIconButtonDescription } from "./ToolActionIconButtonDescription";
import { Type } from "./type";
/**
* @hidden
*/
export declare class ToolActionIconMenuDescription extends ToolActionIconButtonDescription {
static $t: Type;
protected get_type(): string;
constructor();
private ek;
get arrowStroke(): string;
set arrowStroke(a: string);
private ej;
get actualArrowStroke(): string;
set actualArrowStroke(a: string);
private eh;
get showArrowIcon(): boolean;
set showArrowIcon(a: boolean);
}