@visactor/vrender-core
Version:
```typescript import { xxx } from '@visactor/vrender-core'; ```
10 lines (9 loc) • 698 B
TypeScript
import type { ILegacyBindingContext } from './binding-context';
export type { ILegacyBindContext, ILegacyBindingContext } from './binding-context';
export declare function preLoadAllModule(): void;
export declare function getLegacyBindingContext(): ILegacyBindingContext;
export declare function resolveLegacySingleton<T>(serviceIdentifier: any): T;
export { LEGACY_BOOTSTRAP_STATE_SYMBOL, getLegacyBootstrapState } from './bootstrap-state';
export type { ILegacyBootstrapState } from './bootstrap-state';
export declare function resolveLegacyNamed<T>(serviceIdentifier: any, name: string): T | undefined;
export declare function createLegacySingletonProxy<T extends object>(resolver: () => T): T;