UNPKG

flyonui

Version:

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

10 lines (7 loc) 148 B
export interface IScrollspyOptions { ignoreScrollUp?: boolean } export interface IScrollspy { options?: IScrollspyOptions destroy(): void }