UNPKG

@clubmed/trident-ui

Version:

Shared ClubMed React UI components

8 lines (7 loc) 329 B
import { jsx as o } from "react/jsx-runtime"; import { Button as n } from "./Button.js"; const m = ({ children: r, ...t }) => /* @__PURE__ */ o(n, { ...t, variant: "circle", children: r && /* @__PURE__ */ o("span", { className: "sr-only", children: r }) }); export { m as ArrowButton }; //# sourceMappingURL=ArrowButton.js.map