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 403 B
import { MultiSelectProps } from './multi-select-combobox.types'; import * as React from 'react'; declare function MultiCombobox({ options, selected, onChange, className, popoverContentProps, listEmptyComponent, placeholder, searchPlaceholder, onSearchChange, onChangePopoverOpen, container, ...props }: MultiSelectProps): React.JSX.Element; export { MultiCombobox }; //# sourceMappingURL=index.d.ts.map