SerializableValue
Summary
All serializable values that can be passed as props to entry components. This includes primitives, objects, arrays, and Remix Elements.
Signature
type SerializableValue =
| SerializablePrimitive
| SerializableObject
| SerializableArray
| RemixNode;