@loopback/context-explorer
Version:
Visualize context hierarchy, bindings, configurations, and dependencies
12 lines (11 loc) • 342 B
TypeScript
import { BindingKey } from '@loopback/core';
import { ContextExplorerComponent } from './context-explorer.component';
/**
* Binding keys used by this component.
*/
export declare namespace ContextExplorerBindings {
/**
* Binding key for ContextExplorerComponent
*/
const COMPONENT: BindingKey<ContextExplorerComponent>;
}