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 235 B
import { InputProps } from './input.types'; import * as React from 'react'; declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>; export { Input }; //# sourceMappingURL=input.d.ts.map