UNPKG

@mantine/spotlight

Version:

Command center components for react and Mantine

10 lines (9 loc) 281 B
"use client"; //#region packages/@mantine/spotlight/src/is-actions-group.ts function isActionsGroup(item) { const _item = item; return _item.group !== void 0 && Array.isArray(_item.actions); } //#endregion export { isActionsGroup }; //# sourceMappingURL=is-actions-group.mjs.map