SerializablePrimitive

View Source

Summary

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

Signature

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