UNPKG

jupyterlab-emrys

Version:

A computational environment for Jupyter. Powered by Emrys

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