UNPKG
@jupyter-lsp/theme-vscode
Version:
alpha (2.1.1)
latest (3.0.0)
3.0.0
3.0.0-rc.0
2.1.1
VSCode theme for JupyterLab-LSP
github.com/jupyter-lsp/jupyterlab-lsp
jupyter-lsp/jupyterlab-lsp
@jupyter-lsp/theme-vscode
/
src
/
typings.d.ts
8 lines
(6 loc)
•
180 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
declare
module
'*.svg'
{
const
script
:
string
;
export
default
script; }