UNPKG

igniteui-react-core

Version:
16 lines (15 loc) 501 B
import { ToolActionIconButtonInfoDescription } from "./ToolActionIconButtonInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class ToolActionIconMenuInfoDescription extends ToolActionIconButtonInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue2; private static __marshalByValueAlias2; constructor(); private bt; get showArrowIcon(): boolean; set showArrowIcon(a: boolean); }