@redocly/theme
Version:
Shared UI components lib
12 lines • 370 B
JavaScript
;
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