igniteui-react-grids
Version:
Ignite UI React grid components.
10 lines (9 loc) • 551 B
TypeScript
import { IgcGridToolbarAdvancedFilteringComponent as Component } from 'igniteui-webcomponents-grids/grids/index.js';
/**
* Provides a pre-configured button to open the advanced filtering dialog of the grid.
* @class
*/
export declare const IgrGridToolbarAdvancedFiltering: import("../react-props.js").ReactWebComponent<Component, {}, {}>;
export type IgrGridToolbarAdvancedFiltering = Component;
/** @deprecated Module register is no longer needed and can be removed */
export declare const IgrGridToolbarAdvancedFilteringModule: typeof Component;