Type alias ParcelLifecycleFnProps<ExtraProps, RegProps>

ParcelLifecycleFnProps<ExtraProps, RegProps>: ExtraProps & ParcelMountProps & ParcelLifecycleFnPropsSystem<RegProps>

Describes all properties that are passed by ILC & single-spa to the application lifecycle Fns

Type Parameters

  • ExtraProps = {}

  • RegProps = unknown

Generated using TypeDoc