@maskedeng-tom/ssrsx
Version:
server side renderer with tsx
11 lines • 414 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useSearch = void 0;
const useLocation_1 = require("./useLocation");
////////////////////////////////////////////////////////////////////////////////
const useSearch = () => {
const location = (0, useLocation_1.useLocation)();
return location.search;
};
exports.useSearch = useSearch;
//# sourceMappingURL=useSearch.js.map