UNPKG

geoiq-frontend-ui-kit

Version:

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

6 lines (5 loc) 259 B
import { default as React } from 'react'; import { SelectProps } from './single-select.types'; declare const SingleSelect: React.ForwardRefExoticComponent<SelectProps & React.RefAttributes<never>>; export { SingleSelect }; //# sourceMappingURL=index.d.ts.map