UNPKG

flyonui

Version:

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

12 lines (9 loc) 234 B
export interface ITogglePasswordOptions { target: string | string[] | HTMLInputElement | HTMLInputElement[] } export interface ITogglePassword { options?: ITogglePasswordOptions show(): void hide(): void destroy(): void }