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 192 B
import { OTPInputProps } from './otp-input.types'; import * as React from 'react'; declare const OtpInput: React.FC<OTPInputProps>; export { OtpInput }; //# sourceMappingURL=otp-input.d.ts.map