UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 177 B
export declare const useRecentSearches: () => { items: string[]; addSearchHistoryItem: (value: string) => void; removeSearchHistoryItem: (value: string) => void; };