UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

5 lines (4 loc) 275 B
import { MultiSelectProps } from './multi-select.types'; declare function MultiSelect({ options, selected, onChange, className, container, ...props }: MultiSelectProps): import("react/jsx-dev-runtime").JSX.Element; export { MultiSelect }; //# sourceMappingURL=index.d.ts.map