UNPKG
@krassowski/theme-material
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
Material theme for JupyterLab-LSP
github.com/krassowski/jupyterlab-lsp
krassowski/jupyterlab-lsp
@krassowski/theme-material
/
lib
/
index.d.ts
5 lines
(4 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
5
import
'../style/completer.css'
;
import
{
JupyterFrontEndPlugin
}
from
'@jupyterlab/application'
;
export
declare
const
plugin
:
JupyterFrontEndPlugin
<
void
>;
export
default
plugin;