UNPKG

335 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 * A runtime interface token for a widget registry.
6 */
7export const IJupyterWidgetRegistry = new Token('jupyter.extensions.jupyterWidgetRegistry');
8//# sourceMappingURL=registry.js.map
\No newline at end of file