UNPKG

@pakenfit/react-native-pin-input

Version:
5 lines 266 B
import React from 'react'; import type { TextInputProps } from 'react-native'; import { TextInput } from 'react-native'; export declare const Input: React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<TextInput>>; //# sourceMappingURL=Input.d.ts.map