igniteui-react-grids
Version:
Ignite UI React grid components.
10 lines (9 loc) • 492 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.
* @class
*/
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;