UNPKG

556 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 token for the form component registry.
6 */
7export const IFormRendererRegistry = new Token('@jupyterlab/ui-components:IFormRendererRegistry', 'A service for settings form renderer registration.');
8/**
9 * The ILabIconManager token.
10 */
11export const ILabIconManager = new Token('@jupyterlab/ui-components:ILabIconManager', 'A service to register and request icons.');
12//# sourceMappingURL=tokens.js.map
\No newline at end of file