UNPKG

@redocly/theme

Version:

Shared UI components lib

9 lines (8 loc) 213 B
export const useRecentSearches = jest.fn(() => { const items = ['test']; return { items, addSearchHistoryItem: (value: string) => value, removeSearchHistoryItem: (value: string) => value, }; });