UNPKG

@fruits-chain/react-native-xiaoshu

Version:
6 lines (5 loc) 303 B
import React from 'react'; import { TextInput as RNTextInput } from 'react-native'; import type { TextInputBaseProps } from './interface'; declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<TextInputBaseProps & React.RefAttributes<RNTextInput>>>; export default _default;