/** * @packageDocumentation * @module htmlviewer-extension */ import type { JupyterFrontEndPlugin } from '@jupyterlab/application'; import { IHTMLViewerTracker } from '@jupyterlab/htmlviewer'; /** * The HTML file handler extension. */ declare const htmlPlugin: JupyterFrontEndPlugin; /** * Export the plugins as default. */ export default htmlPlugin;