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 269 B
import { ContentProps } from './types'; export declare function Content<T>({ loadOptions, renderOption, getOptionValue, getOptionDisabled, filterId, filterFn, showSearch }: ContentProps<T>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=content.d.ts.map