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!

4 lines (3 loc) 148 B
import { AlertEvent } from "./alert.types"; export declare function closeAlert(event: AlertEvent): void; export declare function initAlert(): void;