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
/
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; }