UNPKG

jupyterlab-emrys

Version:

A computational environment for Jupyter. Powered by Emrys

10 lines (9 loc) 234 B
import { DocumentRegistry } from './index'; /** * The default document registry provider. */ export declare const docRegistryProvider: { id: string; provides: typeof DocumentRegistry; resolve: () => DocumentRegistry; };