UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 195 B
export declare const useRecentSearches: jest.Mock<{ items: string[]; addSearchHistoryItem: (value: string) => string; removeSearchHistoryItem: (value: string) => string; }, [], any>;