UNPKG

@jupyter-notebook/web-components

Version:

A component library for building extensions in Jupyter frontends.

6 lines (5 loc) 210 B
/** * Configures a MutationObserver to watch for Jupyter theme changes and * applies the current Jupyter theme to the toolkit components. */ export declare function addJupyterLabThemeChangeListener(): void;