UNPKG

preline

Version:

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.

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