UNPKG

@cerberus-design/react

Version:

The Cerberus Design React component library.

15 lines (13 loc) 389 B
import { IconButtonRoot } from "./chunk-7UKNQ4RD.js"; // src/components/icon-button/button.tsx import { jsx } from "react/jsx-runtime"; function IconButton(props) { const { ariaLabel, ...rootProps } = props; return /* @__PURE__ */ jsx(IconButtonRoot, { ...rootProps, "aria-label": ariaLabel ?? "Icon Button" }); } export { IconButton }; //# sourceMappingURL=chunk-ZFVQQJIQ.js.map