EntryComponent

View Source

Summary

An entry component preserves the exact function type with added metadata

Signature

type EntryComponent<props, context> = (
  handle: Handle<props, context>,
) => RenderFn<props> & EntryMetadata;