UNPKG

braid-design-system

Version:
16 lines (15 loc) 491 B
"use strict"; const jsxRuntime = require("react/jsx-runtime"); const lib_components_MenuItemCheckbox_MenuItemCheckbox_cjs = require("./MenuItemCheckbox.cjs"); const MenuItemCheckbox = ({ badge, ...restProps }) => /* @__PURE__ */ jsxRuntime.jsx( lib_components_MenuItemCheckbox_MenuItemCheckbox_cjs.MenuItemCheckbox, { badge: typeof badge === "boolean" ? void 0 : badge, ...restProps } ); MenuItemCheckbox.__isMenuItem__ = true; exports.MenuItemCheckbox = MenuItemCheckbox;