jupyterlab-emrys
Version:
A computational environment for Jupyter. Powered by Emrys
12 lines (11 loc) • 369 B
TypeScript
import { Application } from 'phosphide/lib/core/application';
import { DocumentRegistry } from '../docregistry';
import 'leaflet/dist/leaflet.css';
/**
* The geojson file handler extension.
*/
export declare const mapHandlerExtension: {
id: string;
requires: typeof DocumentRegistry[];
activate: (app: Application, registry: DocumentRegistry) => void;
};