UNPKG

468 BJavaScriptView Raw
1// Copyright (c) Jupyter Development Team.
2// Distributed under the terms of the Modified BSD License.
3import { Token } from '@lumino/coreutils';
4/**
5 * The main menu token.
6 */
7export const IMainMenu = new Token('@jupyterlab/mainmenu:IMainMenu', `A service for the main menu bar for the application.
8 Use this if you want to add your own menu items or provide implementations for standardized menu items for specific activities.`);
9//# sourceMappingURL=tokens.js.map
\No newline at end of file