UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

10 lines (9 loc) 487 B
import { IgcGridToolbarComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js'; /** * Provides a context-aware container component for UI operations for the grid components. * @class */ export declare const IgrGridToolbar: import("../react-props.js").ReactWebComponent<Component, {}, {}>; export type IgrGridToolbar = Component; /** @deprecated Module register is no longer needed and can be removed */ export declare const IgrGridToolbarModule: typeof Component;