EntryComponent
Summary
An entry component preserves the exact function type with added metadata
Signature
type EntryComponent<props, context> = (
handle: Handle<props, context>,
) => RenderFn<props> & EntryMetadata;
An entry component preserves the exact function type with added metadata
type EntryComponent<props, context> = (
handle: Handle<props, context>,
) => RenderFn<props> & EntryMetadata;