UNPKG

400 BTypeScriptView Raw
1import { Factory } from '../build/Factory';
2/**
3 * Creates information components by their descriptors.
4 *
5 * @see [[IFactory]]
6 * @see [[ContextInfo]]
7 */
8export declare class DefaultInfoFactory extends Factory {
9 private static readonly ContextInfoDescriptor;
10 private static readonly ContainerInfoDescriptor;
11 /**
12 * Create a new instance of the factory.
13 */
14 constructor();
15}