UNPKG

react-native-otp-entry

Version:

A fully modifiable OTP Input Component for React Native

10 lines (9 loc) 289 B
import * as React from "react"; import { ColorValue, ViewStyle } from "react-native"; interface VerticalStickProps { focusColor?: ColorValue; style?: ViewStyle; focusStickBlinkingDuration?: number; } export declare const VerticalStick: React.FC<VerticalStickProps>; export {};