geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
4 lines (3 loc) • 389 B
TypeScript
import { SingleComboboxPropsType } from './single-combobox.types';
export declare function SingleCombobox({ options, value, placeholder, searchPlaceholder, emptyMessage, onChange, onSearchChange, onChangePopoverOpen, popoverContentProps, listEmptyComponent, container, }: SingleComboboxPropsType): import("react/jsx-dev-runtime").JSX.Element;
//# sourceMappingURL=single-combobox.d.ts.map