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!

7 lines (6 loc) 192 B
declare global { interface Window { Popper?: typeof import('@popperjs/core'); } } export declare function loadPopperJs(): Promise<typeof import('@popperjs/core') | undefined>;