UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 405 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import { ActionSheetInstance, Component, ActionSheetComponent } from "./action-sheet-instance.js"; import { varCreator, styleCreator } from "./style.js"; export default attachPropertiesToComponent(ActionSheetInstance, { varCreator, styleCreator, Component, ActionSheetComponent }); //# sourceMappingURL=index.js.map