UNPKG
@swan-cern/swanhelp
Version:
latest (0.1.1)
0.1.1
Help panel for SWAN
cern.ch/swan
swan-cern/jupyter-extensions
@swan-cern/swanhelp
/
lib
/
index.d.ts
4 lines
(3 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
import
{
JupyterFrontEndPlugin
}
from
'@jupyterlab/application'
;
declare
const
extension
:
JupyterFrontEndPlugin
<
void
>;
export
default
extension;