This commit is contained in:
2026-07-27 22:57:03 +02:00
commit 70a0a07ecc
107 changed files with 2369 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.useLazyRef = void 0;
var _react = require("react");
const useLazyRef = init => {
const [ret] = (0, _react.useState)(init);
return ret;
};
exports.useLazyRef = useLazyRef;
//# sourceMappingURL=lazy-ref.js.map