UNPKG

@fruits-chain/react-native-xiaoshu

Version:
6 lines (5 loc) • 295 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;