UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

9 lines (8 loc) 477 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. */ 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;