igniteui-react-grids
Version:
Ignite UI React grid components.
9 lines (8 loc) • 482 B
TypeScript
import { IgcGridToolbarTitleComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js';
/**
* Provides a way to template the title portion of the toolbar in the grid.
*/
export declare const IgrGridToolbarTitle: import("../react-props.js").ReactWebComponent<Component, {}, {}>;
export type IgrGridToolbarTitle = Component;
/** @deprecated Module register is no longer needed and can be removed */
export declare const IgrGridToolbarTitleModule: typeof Component;