UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 385 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import ButtonBar from "./button-bar.js"; import ButtonBarConfirm from "./button-bar-confirm.js"; import { varCreator, styleCreator } from "./style.js"; export default attachPropertiesToComponent(ButtonBar, { varCreator, styleCreator, Confirm: ButtonBarConfirm }); //# sourceMappingURL=index.js.map