@jupyter-widgets/base
Version:
Jupyter interactive widgets
8 lines • 335 B
JavaScript
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
import { Token } from '@lumino/coreutils';
/**
* A runtime interface token for a widget registry.
*/
export const IJupyterWidgetRegistry = new Token('jupyter.extensions.jupyterWidgetRegistry');
//# sourceMappingURL=registry.js.map