SerializablePrimitive
Summary
Serializable primitive types that can be passed as props to entry components
Signature
type SerializablePrimitive = string | number | boolean | null | undefined;
Serializable primitive types that can be passed as props to entry components
type SerializablePrimitive = string | number | boolean | null | undefined;