jotai-location
Version:
10 lines (9 loc) • 781 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.atomWithSearchParams = exports.atomWithHash = exports.atomWithLocation = void 0;
var atomWithLocation_js_1 = require("./atomWithLocation.js");
Object.defineProperty(exports, "atomWithLocation", { enumerable: true, get: function () { return atomWithLocation_js_1.atomWithLocation; } });
var atomWithHash_js_1 = require("./atomWithHash.js");
Object.defineProperty(exports, "atomWithHash", { enumerable: true, get: function () { return atomWithHash_js_1.atomWithHash; } });
var atomWithSearchParams_js_1 = require("./atomWithSearchParams.js");
Object.defineProperty(exports, "atomWithSearchParams", { enumerable: true, get: function () { return atomWithSearchParams_js_1.atomWithSearchParams; } });