UNPKG

@jupyterlab/docmanager

Version:
14 lines 397 B
// Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. /** * @packageDocumentation * @module docmanager */ export * from './dialogs'; export * from './manager'; export * from './pathstatus'; export * from './savehandler'; export * from './savingstatus'; export * from './tokens'; export * from './widgetmanager'; //# sourceMappingURL=index.js.map