UNPKG

@material-tailwind/html

Version:

Material Tailwind is an open-source library that uses the power of Tailwind CSS and React to help you build unique web projects faster and easier. The stunning design inspired by Material Design is a bonus!

13 lines (12 loc) 338 B
/** * Initializes all popovers in the DOM. */ export declare function initPopovers(): void; /** * Cleans up all active popovers and their event listeners. */ export declare function cleanupPopovers(): void; /** * Loads Popper.js dynamically and initializes popovers. */ export declare function loadAndInitPopovers(): Promise<void>;