UNPKG

@seplan/diti-ds

Version:

Reusable UI component library developed by DITI (Technology and Innovation Directorate of SEPLAN PI) based on Mantine and Tailwind CSS

3 lines 367 B
import { DefaultOption, AsyncFilterProps } from './types'; export declare function AsyncFilter<T extends object = DefaultOption>({ children, loadOptions, renderOption, getOptionValue, getOptionLabel, getOptionDisabled, filterId, searchParamKey, filterFn, showSearch }: AsyncFilterProps<T>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map