UNPKG

flyonui

Version:

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

10 lines (7 loc) 170 B
export interface IRemoveElementOptions { removeTargetAnimationClass: string } export interface IRemoveElement { options?: IRemoveElementOptions destroy(): void }