UNPKG
@adamcsanders/theme-light
Version:
latest (1.0.0-a1.8)
1.0.0-a1.8
1.0.0-a1.7
1.0.0-a1.6
1.0.0-a1.5
1.0.0-a1.4
1.0.0-a1.3
1.0.0-a1.2
1.0.0-a1.1
0.19.1-rc.5
0.19.1-rc.4
0.19.1-rc.3
Light theme to restore old behaviors
github.com/adamcsanders/theme-light
adamcsanders/theme-light
@adamcsanders/theme-light
/
lib
/
index.d.ts
7 lines
(6 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
JupyterLabPlugin
}
from
'@jupyterlab/application'
;
/** * A plugin for the Telamonian Darcula */
declare
const
plugin
:
JupyterLabPlugin
<
void
>;
export
default
plugin;