UNPKG

flyonui

Version:

The easiest, free and open-source Tailwind CSS component library with semantic classes.

8 lines (6 loc) 163 B
export interface IMenuSearchHistory { historyIndex: number addHistory(index: number): void existsInHistory(index: number): boolean clearHistory(): void }