UNPKG

297 BTypeScriptView Raw
1import { Token } from '@lumino/coreutils';
2/**
3 * Placeholder for future icon manager class to assist with
4 * overriding/replacing particular sets of icons
5 */
6export interface ILabIconManager {
7}
8/**
9 * The ILabIconManager token.
10 */
11export declare const ILabIconManager: Token<ILabIconManager>;