UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

4 lines 306 B
import { TTableFilterProps } from '../../model/filter.types'; declare const QuickFilterCheckbox: ({ value, onChange, options, className, style, ...props }: TTableFilterProps) => import("react/jsx-runtime").JSX.Element; export default QuickFilterCheckbox; //# sourceMappingURL=quick-filter-checkbox.d.ts.map