@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
12 lines (9 loc) • 317 B
text/typescript
import { attachPropertiesToComponent } from '../helpers'
import ButtonBar from './button-bar'
import ButtonBarConfirm from './button-bar-confirm'
import { varCreator, styleCreator } from './style'
export default attachPropertiesToComponent(ButtonBar, {
varCreator,
styleCreator,
Confirm: ButtonBarConfirm,
})