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