UNPKG

413 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 Settings menu for the application.
6 */
7export class SettingsMenu extends RankedMenu {
8 /**
9 * Construct the settings menu.
10 */
11 constructor(options) {
12 super(options);
13 }
14}
15//# sourceMappingURL=settings.js.map
\No newline at end of file