UNPKG

@redocly/theme

Version:

Shared UI components lib

12 lines 370 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.useRecentSearches = void 0; exports.useRecentSearches = jest.fn(() => { const items = ['test']; return { items, addSearchHistoryItem: (value) => value, removeSearchHistoryItem: (value) => value, }; }); //# sourceMappingURL=use-recent-searches.js.map