UNPKG

@jupyterlab/docregistry

Version:
13 lines (11 loc) 304 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';