UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

36 lines (25 loc) 683 B
/* blazorElement */ /* blazorIndirectRender */ /* blazorAlternateBaseType: GridToolbarContent */ /* wcElementTag: igc-grid-toolbar-actions */ /* singleInstanceIdentifier */ /** * Provides a way to template the action portion of the toolbar in the grid. * * @igxModule IgxGridToolbarModule * @igxParent IgxGridToolbarComponent * * @example * ```html * <igx-grid-toolbar-actions> * <some-toolbar-action-here /> * </igx-grid-toolbar-actions> * ``` */ export declare class IgcGridToolbarActionsComponent extends HTMLElement { /* blazorSuppress */ static readonly tagName: string; /* blazorSuppress */ static register(): void; }