UNPKG

@jupyter/web-components

Version:

A component library for building extensions in Jupyter frontends.

10 lines (9 loc) 333 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; /** * Applies the current Jupyter theme to the toolkit components. */ export declare function applyJupyterTheme(): void;