UNPKG

@fruits-chain/react-native-xiaoshu

Version:
6 lines • 335 B
import React from 'react'; import { TextInput as RNTextInput } from 'react-native'; import type { TextInputProps } from './interface'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextInputProps & React.RefAttributes<RNTextInput>>>; export default _default; //# sourceMappingURL=text-input.d.ts.map