@redocly/theme
Version:
Shared UI components lib
34 lines • 1.04 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useMobileMenuItems = void 0;
exports.useMobileMenuItems = jest.fn().mockReturnValue({
items: [
{
type: 'group',
label: 'New Section',
separatorLine: true,
items: [
{
type: 'operation',
label: 'New Section',
separatorLine: true,
items: [],
active: false,
hasActiveSubItem: false,
httpVerb: 'GET',
},
{
type: 'separator',
label: 'New Section',
separatorLine: true,
items: [],
active: false,
hasActiveSubItem: false,
},
],
active: false,
hasActiveSubItem: false,
},
],
});
//# sourceMappingURL=use-mobile-menu-items.js.map