UNPKG

@fruits-chain/react-native-xiaoshu

Version:
24 lines (21 loc) • 416 B
import { attachPropertiesToComponent } from '../helpers' import { Instance, confirm, input, Component, DialogComponent, Keyboard, KeyboardComponent, } from './dialog-instance' import { varCreator, styleCreator } from './style' export default attachPropertiesToComponent(Instance, { varCreator, styleCreator, confirm, input, Component, DialogComponent, Keyboard, KeyboardComponent, })