UNPKG

@ducor/react

Version:

admin template ui interface

9 lines (8 loc) 214 B
interface AlertProps { message: string; description?: string; type?: "success" | "info" | "warning" | "error"; showIcon?: boolean; } declare const Alert: React.FC<AlertProps>; export default Alert;