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.

4 lines 409 B
import type { TextInputOTPContextProps, TextInputOTPProviderProps } from '../types'; export declare function TextInputOTPProvider({ autoFocus, maxLength, value, onFilled, onChangeText, caretHidden, caretColor, children, }: TextInputOTPProviderProps): import("react/jsx-runtime").JSX.Element; export declare function useTextInputOTP(): TextInputOTPContextProps; //# sourceMappingURL=use-text-input-otp.d.ts.map