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) 326 B
import { ToggleMultiSelectProps } from './toggle-multi-select.types'; declare function ToggleMultiSelect({ options, selected, onChange, className, isSearchable, icon, container, ...props }: ToggleMultiSelectProps): import("react/jsx-dev-runtime").JSX.Element; export { ToggleMultiSelect }; //# sourceMappingURL=index.d.ts.map