UNPKG

copper-ui

Version:

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

6 lines 367 B
import { TTableFilterProps } from '../../model/filter.types'; declare const FilterInput: import('react').MemoExoticComponent<({ value, onChange, children, type, className, style, ...props }: TTableFilterProps & { type?: "number" | "string"; }) => import("react/jsx-runtime").JSX.Element>; export default FilterInput; //# sourceMappingURL=col-filter-input.d.ts.map