UNPKG

@fruits-chain/react-native-xiaoshu

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