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