UNPKG

181 BTypeScriptView Raw
1import { JupyterFrontEndPlugin } from '@jupyterlab/application';
2import { IFontManager } from '.';
3declare const plugin: JupyterFrontEndPlugin<IFontManager>;
4export default plugin;