UNPKG

react-native-umpin

Version:
10 lines 432 B
import { StyleProp, TextInputProps, ViewStyle } from 'react-native'; interface IUPinInputMatProps extends TextInputProps { size: number; beadBg: string; styleContainer?: StyleProp<ViewStyle>; styleBadge?: StyleProp<ViewStyle>; } export default function UMPinInput({ size, beadBg, styleContainer, ...props }: IUPinInputMatProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=index.d.ts.map