1 | // Copyright (c) Jupyter Development Team.
|
2 | // Distributed under the terms of the Modified BSD License.
|
3 | /**
|
4 | * @packageDocumentation
|
5 | * @module docmanager
|
6 | */
|
7 | export * from './dialogs';
|
8 | export * from './manager';
|
9 | export * from './pathstatus';
|
10 | export * from './savehandler';
|
11 | export * from './savingstatus';
|
12 | export * from './tokens';
|
13 | export * from './widgetmanager';
|
14 | export * from './recents';
|
15 | //# sourceMappingURL=index.js.map |
\ | No newline at end of file |