UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (9 loc) • 317 B
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, })