UNPKG

igniteui-react-core

Version:
15 lines (14 loc) 417 B
import { Description } from "./Description"; import { Type } from "./type"; /** * @hidden */ export declare class WebActionStripResourceStringsDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; constructor(); private h; get igx_action_strip_button_more_title(): string; set igx_action_strip_button_more_title(a: string); }