UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

9 lines (7 loc) 209 B
'use client'; function isActionsGroup(item) { const _item = item; return _item.group !== void 0 && Array.isArray(_item.actions); } export { isActionsGroup }; //# sourceMappingURL=is-actions-group.mjs.map