UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 386 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import { Instance, Component, StepSelectorComponent } from "./step-selector-instance.js"; import { varCreator, styleCreator } from "./style.js"; export default attachPropertiesToComponent(Instance, { varCreator, styleCreator, Component, StepSelectorComponent }); //# sourceMappingURL=index.js.map