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.

5 lines 503 B
import type { TextInputOTPSlotInternalProps, TextInputOTPSlotProps } from '../types'; declare function TextInputOTPSlotComponent({ index, isFirst, isLast, focusedSlotStyles, focusedSlotTextStyles, slotStyles, slotTextStyles, ...rest }: TextInputOTPSlotProps & TextInputOTPSlotInternalProps): import("react/jsx-runtime").JSX.Element; export declare const TextInputOTPSlot: import("react").MemoExoticComponent<typeof TextInputOTPSlotComponent>; export {}; //# sourceMappingURL=text-input-otp-slot.d.ts.map