UNPKG

587 BJavaScriptView Raw
1// Copyright (c) Jupyter Development Team.
2// Distributed under the terms of the Modified BSD License.
3/**
4 * @packageDocumentation
5 * @module mainmenu
6 */
7export * from './mainmenu';
8export * from './edit';
9export * from './file';
10export * from './help';
11export * from './kernel';
12export * from './run';
13export * from './settings';
14export * from './view';
15export * from './tabs';
16export * from './tokens';
17/**
18 * @deprecated since version 3.1
19 */
20export { IRankedMenu as IJupyterLabMenu, RankedMenu as JupyterLabMenu } from '@jupyterlab/ui-components';
21//# sourceMappingURL=index.js.map
\No newline at end of file