UNPKG

copper-ui

Version:

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

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