UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

10 lines (9 loc) 501 B
import { IgcGridToolbarActionsComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js'; /** * Provides a way to template the action portion of the toolbar in the grid. * @class */ export declare const IgrGridToolbarActions: import("../react-props.js").ReactWebComponent<Component, {}, {}>; export type IgrGridToolbarActions = Component; /** @deprecated Module register is no longer needed and can be removed */ export declare const IgrGridToolbarActionsModule: typeof Component;