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