UNPKG

braid-design-system

Version:
17 lines (16 loc) 378 B
import { jsx } from "react/jsx-runtime"; import { MenuItemCheckbox as MenuItemCheckbox$1 } from "./MenuItemCheckbox.mjs"; const MenuItemCheckbox = ({ badge, ...restProps }) => /* @__PURE__ */ jsx( MenuItemCheckbox$1, { badge: typeof badge === "boolean" ? void 0 : badge, ...restProps } ); MenuItemCheckbox.__isMenuItem__ = true; export { MenuItemCheckbox };