@payfit/unity-components
Version:
20 lines (19 loc) • 544 B
JavaScript
import { RawPaginationNext as e } from "../../../../components/pagination/parts/RawPaginationNext.js";
import { jsx as t } from "react/jsx-runtime";
import { createLink as n } from "@tanstack/react-router";
//#region src/integrations/tanstack-router/components/pagination/PaginationNext.tsx
var r = n(e);
function i(e) {
return /* @__PURE__ */ t(r, {
activeOptions: {
exact: !0,
includeSearch: !0
},
...e,
activeProps: {},
inactiveProps: {}
});
}
i.displayName = "PaginationNext";
//#endregion
export { i as PaginationNext };