@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
12 lines (11 loc) • 405 B
JavaScript
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
;