UNPKG

@coko/client

Version:

Client side common code for coko apps

27 lines (24 loc) 643 B
import { th as e } from "../../toolkit/themeHelper.js"; import "../../toolkit/index.js"; import "react"; import { Link as t } from "react-router"; import n from "styled-components"; import { jsx as r } from "react/jsx-runtime"; //#region src/ui/common/Link.tsx var i = n(t)` && { color: ${e("colorText")}; text-decoration: underline; &:hover { color: ${e("colorText")}; text-decoration: none; } &:focus { color: ${e("colorText")}; outline: 1px solid ${e("colorPrimary")}; text-decoration: none; } } `, a = (e) => /* @__PURE__ */ r(i, { ...e }); //#endregion export { a as default };