Type alias AlertProps

AlertProps: {
    alert: AlertOptions;
    onDismiss: any;
}

Type declaration

Generated using TypeDoc