UNPKG

@surveycake/rc

Version:

react component of surveycake

10 lines (9 loc) 269 B
/// <reference types="react" /> import { AlertProps as MUIAlertProps } from '@material-ui/lab/Alert'; interface AlertProps extends MUIAlertProps { } declare const Alert: { (props: AlertProps): JSX.Element; displayName: string; }; export default Alert;