@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
16 lines (13 loc) • 348 B
text/typescript
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,
})