UNPKG

@maap-jupyterlab/dps-jupyter-extension

Version:

A JupyterLab extension for submitting and viewing jobs.

7 lines (6 loc) 171 B
import React from 'react'; import '../../style/Alerts.css'; export declare const AlertBox: ({ text, variant }: { text: any; variant: any; }) => React.JSX.Element;