Remix
Remix
remix/ui · TypeView Source

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;