UNPKG

@jupyterlab/docregistry

Version:
12 lines 336 B
// 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