UNPKG

igniteui-react-core

Version:
20 lines (19 loc) 559 B
import { ToolActionIconButtonDescription } from "./ToolActionIconButtonDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionIconMenuDescription extends ToolActionIconButtonDescription { static $t: Type; protected get_type(): string; constructor(); private er; get arrowStroke(): string; set arrowStroke(a: string); private eq; get actualArrowStroke(): string; set actualArrowStroke(a: string); private eo; get showArrowIcon(): boolean; set showArrowIcon(a: boolean); }