ComponentLoadCreator
Signature
export type ComponentLoadCreator = <T extends HandleableComponentCommand>(kind: ComponentLoadKind, constructor: T, next: () => InstanceType<T>) => InstanceType<T>;Members
This export does not declare public properties or methods in the generated declaration file.