GuidePluginsTestingAPI
Seyfert LogoSeyfert
API

ComponentLoadCreator

API/Type Aliases/ComponentLoadCreator
seyfert/lib/components/handler.d.ts

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.