UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 260 B
import { AlertProps } from './types'; declare const Alert: ({ className, style, status, layout, title, message, dismissable, onClick, badge, badgeBackground, badgeColor, rounded, }: AlertProps) => import("react/jsx-runtime").JSX.Element; export default Alert;