Remix
Remix
remix/ui · TypeView Source

SerializablePrimitive

Summary

Serializable primitive types that can be passed as props to entry components

Signature

type SerializablePrimitive = string | number | boolean | null | undefined;