UNPKG

jupyterlab-emrys

Version:

A computational environment for Jupyter. Powered by Emrys

11 lines (10 loc) 334 B
import { Application } from 'phosphide/lib/core/application'; import { DocumentRegistry } from '../docregistry'; /** * The image file handler extension. */ export declare const imageHandlerExtension: { id: string; requires: typeof DocumentRegistry[]; activate: (app: Application, registry: DocumentRegistry) => void; };