UNPKG

igniteui-react-core

Version:
14 lines (13 loc) 385 B
import { WebGridToolbarContentDescription } from "./WebGridToolbarContentDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridToolbarTitleDescription extends WebGridToolbarContentDescription { static $t: Type; protected get_type(): string; constructor(); private k; get name(): string; set name(a: string); }