ElementProps
Summary
Generic bag of props passed to elements/components. Consumers should define specific prop types on their components; this is the renderer's normalized shape used throughout reconciler/SSR code.
Signature
type ElementProps = Record<string, any>;