@jupyterlab/docregistry
Version:
JupyterLab - Document Registry
12 lines • 336 B
JavaScript
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
/**
* @packageDocumentation
* @module docregistry
*/
export * from './context';
export * from './default';
export * from './mimedocument';
export * from './registry';
export * from './components';
//# sourceMappingURL=index.js.map