UNPKG

@jupyterlab/ui-components

Version:

JupyterLab - UI components written in React

12 lines (11 loc) 297 B
import { Token } from '@lumino/coreutils'; /** * Placeholder for future icon manager class to assist with * overriding/replacing particular sets of icons */ export interface ILabIconManager { } /** * The ILabIconManager token. */ export declare const ILabIconManager: Token<ILabIconManager>;