UNPKG

@fruits-chain/react-native-xiaoshu

Version:
15 lines (14 loc) • 444 B
"use strict"; import { attachPropertiesToComponent } from "../helpers/index.js"; import { varCreator, styleCreator } from "./style.js"; import { Instance, loading, success, fail, setDefaultOptions, resetDefaultOptions } from "./toast-instance.js"; export default attachPropertiesToComponent(Instance, { varCreator, styleCreator, loading, success, fail, setDefaultOptions, resetDefaultOptions }); //# sourceMappingURL=index.js.map