UNPKG

@jupyterlab/ui-components

Version:

JupyterLab - UI components written in React

8 lines 305 B
// Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. import { Token } from '@lumino/coreutils'; /** * The ILabIconManager token. */ export const ILabIconManager = new Token('@jupyterlab/ui-components:ILabIconManager'); //# sourceMappingURL=tokens.js.map