UNPKG

gebeya-telegram-otp

Version:

Reusable Telegram phone verification components for React applications

6 lines 263 B
import React from 'react'; interface InputProps extends React.InputHTMLAttributes<HTMLInputElement> { } declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<HTMLInputElement>>; export { Input }; //# sourceMappingURL=Input.d.ts.map