@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
6 lines (5 loc) • 295 B
TypeScript
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;