@botonic/react
Version:
Build Chatbots using React
9 lines • 337 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.useComponentWillMount = void 0;
const react_1 = require("react");
const useComponentWillMount = func => {
(0, react_1.useMemo)(func, []);
};
exports.useComponentWillMount = useComponentWillMount;
//# sourceMappingURL=use-component-will-mount.js.map
;