UNPKG

@fruits-chain/react-native-xiaoshu

Version:
16 lines (13 loc) • 348 B
import { attachPropertiesToComponent } from '../helpers' import { ActionSheetInstance, Component, ActionSheetComponent, } from './action-sheet-instance' import { varCreator, styleCreator } from './style' export default attachPropertiesToComponent(ActionSheetInstance, { varCreator, styleCreator, Component, ActionSheetComponent, })