UNPKG

@payfit/unity-components

Version:

18 lines (17 loc) 544 B
import { RawSubTask as e } from "../../../../components/task-menu/parts/RawSubTask.js"; import { jsx as t } from "react/jsx-runtime"; import { createLink as n } from "@tanstack/react-router"; //#region src/integrations/tanstack-router/components/task-menu/SubTask.tsx var r = n(e); function i(n) { if ("to" in n || "href" in n) { let e = { "data-current": !0 }; return /* @__PURE__ */ t(r, { ...n, activeProps: e }); } else return /* @__PURE__ */ t(e, { ...n }); } i.displayName = "SubTask"; //#endregion export { i as SubTask };