UNPKG

snack-alert

Version:

A simple React toast notification library with Tailwind CSS

4 lines 227 B
import { AlertProps } from './core/interface/provider'; declare function Alert({ show, message, type, clearAlert }: AlertProps): import("react/jsx-runtime").JSX.Element; export default Alert; //# sourceMappingURL=Alert.d.ts.map