UNPKG

@wulperstudio/cms

Version:
6 lines (5 loc) 172 B
import React from 'react'; import { AlertProps } from '@mui/material'; export interface AlertModel extends AlertProps { } export declare const Alert: React.FC<AlertModel>;