UNPKG

@fruits-chain/react-native-xiaoshu

Version:
10 lines (7 loc) • 236 B
import { attachPropertiesToComponent } from '../helpers' import { varCreator, styleCreator } from './style' import TextInput from './text-input' export default attachPropertiesToComponent(TextInput, { varCreator, styleCreator, })