UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 292 B
import { ToastProps } from './types'; declare const Toast: ({ toastBackground, toastColor, rounded, open, body, horizontal, vertical, autohide, autohideDuration, className, style, onClose, onClick, closeOnBlur, }: ToastProps) => import("react/jsx-runtime").JSX.Element; export default Toast;