ag-grid-quick-filter
Version:
A function rich all select that supports multiple data sources and integrates with ag-grid
8 lines (7 loc) • 522 B
TypeScript
import AgGridQuickFilterFilter from './AgGridQuickFilter';
export type { Option, OptionType, Choice, ChoiceDefinition, ChoiceProps, ChoiceStyle, SelectProps, SelectStyle, SelectionProps, SelectionStyle, Selection } from './types';
export type { FilterChoiceProps } from './FilterChoice';
export type { AgGridQuickFilterProps } from './AgGridQuickFilter';
export type { FilterSelectionProps } from './FilterSelection';
export type { Cache, createCache } from './cache/cache';
export default AgGridQuickFilterFilter;