copper-ui
Version:
Modern React UI components library with TypeScript support, built on top of Ant Design
6 lines • 372 B
TypeScript
import { TTableFilterProps } from '../../model/filter.types';
declare const FilterSelect: import('react').MemoExoticComponent<({ value, onChange, children, className, style, styles, ...props }: TTableFilterProps & {
mode?: "multiple" | "tags";
}) => import("react/jsx-runtime").JSX.Element>;
export default FilterSelect;
//# sourceMappingURL=col-filter-select.d.ts.map