UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

34 lines (23 loc) 652 B
/* blazorElement */ /* wcElementTag: igc-grid-toolbar-title */ /* blazorAlternateBaseType: GridToolbarContent */ /* blazorIndirectRender */ /* singleInstanceIdentifier */ /** * Provides a way to template the title portion of the toolbar in the grid. * * @igxModule IgxGridToolbarModule * @igxParent IgxGridToolbarComponent * * @example * ```html * <igx-grid-toolbar-title>My custom title</igx-grid-toolbar-title> * ``` */ export declare class IgcGridToolbarTitleComponent extends HTMLElement { /* blazorSuppress */ static readonly tagName: string; /* blazorSuppress */ static register(): void; }