/** * @packageDocumentation * @module theme-light-extension */ import { JupyterFrontEndPlugin } from '@jupyterlab/application'; /** * A plugin for the Jupyter Light Theme. */ declare const plugin: JupyterFrontEndPlugin; export default plugin;