UNPKG

react-native-input-code-otp

Version:

react-native-input-code-otp is a high-performance and fully customizable OTP input component for React Native, inspired by @shadcn/ui.

3 lines 269 B
import type { TextInputOTPProps, TextInputOTPRef } from '../types'; export declare const TextInput: import("react").ForwardRefExoticComponent<Omit<TextInputOTPProps, "children"> & import("react").RefAttributes<TextInputOTPRef>>; //# sourceMappingURL=text-input.d.ts.map