@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
6 lines • 335 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;
//# sourceMappingURL=text-input.d.ts.map