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