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 284 B
export { TextInputOTP, TextInputOTPGroup, TextInputOTPSlot, TextInputOTPSeparator, } from './components'; export type { TextInputOTPRef, TextInputOTPProps, TextInputOTPGroupProps, TextInputOTPSlotProps, TextInputOTPSeparatorProps, } from './types'; //# sourceMappingURL=index.d.ts.map