Type alias Props<P>

Props<P>: P & DefaultProps

the props accepted by any ComponentGenerator, as a single variable.
see DefaultProps to understand the default (symbol-based) properties accepted by all components.
or see InlineDefaultProps for the inlined equivalent (prefix-based) properties accepted by all components if you use InlineHyperZone.

Type Parameters

  • P = {}

Generated using TypeDoc