UNPKG

@anoki/fse-ui

Version:

FSE UI components library

34 lines (33 loc) 695 B
import { j as n } from "./index.es180.js"; import './styles/typography.css';import './components/ui/link/Link.css';/* empty css */ /* empty css */ import { clsx as a } from "./index.es182.js"; function x({ title: s, src: o, decoration: r = "", transform: m = "none", icon: i, asLink: t = "a" }) { const l = t || "a"; return /* @__PURE__ */ n.jsxs( l, { className: a( "link link-sans-bold-sm", r, `link-${m}` ), href: o, children: [ s, i && /* @__PURE__ */ n.jsx(i, { class: "link-icon", size: "md" }) ] } ); } export { x as Link }; //# sourceMappingURL=index.es90.js.map