UNPKG

397 BJavaScriptView Raw
1// Copyright (c) Jupyter Development Team.
2// Distributed under the terms of the Modified BSD License.
3import { RankedMenu } from '@jupyterlab/ui-components';
4/**
5 * An extensible Tabs menu for the application.
6 */
7export class TabsMenu extends RankedMenu {
8 /**
9 * Construct the tabs menu.
10 */
11 constructor(options) {
12 super(options);
13 }
14}
15//# sourceMappingURL=tabs.js.map
\No newline at end of file