UNPKG

igniteui-react-core

Version:
11 lines (10 loc) 308 B
import { WebGridToolbarContentDescription } from "./WebGridToolbarContentDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridToolbarTitleDescription extends WebGridToolbarContentDescription { static $t: Type; protected get_type(): string; constructor(); }