UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines (11 loc) • 377 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import { varCreator, styleCreator } from "./style.js"; import Uploader from "./uploader.js"; import UploaderRegular from "./uploader-regular.js"; export default attachPropertiesToComponent(Uploader, { varCreator, styleCreator, Regular: UploaderRegular }); //# sourceMappingURL=index.js.map