igniteui-webcomponents-grids
Version:
Ignite UI Web Components grid components.
26 lines (15 loc) • 475 B
TypeScript
/* blazorElement */
/* wcElementTag: igc-grid-toolbar-title */
/* blazorAlternateBaseType: GridToolbarContent */
/* blazorIndirectRender */
/* singleInstanceIdentifier */
/**
* Provides a way to template the title portion of the toolbar in the grid.
*/
export declare class IgcGridToolbarTitleComponent extends HTMLElement
{
/* blazorSuppress */
static readonly tagName: string;
/* blazorSuppress */
static register(): void;
}