UNPKG

jupyterlab-theme-solarized-dark

Version:
7 lines (6 loc) 221 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * Initialization data for the jupyterlab-theme-solarized-dark extension. */ declare const plugin: JupyterFrontEndPlugin<void>; export default plugin;