MixValue
Summary
Accepted value shape for the mix prop.
Signature
type MixValue<node, props> =
| MixinDescriptor<node, any, props>
| ReadonlyArray<MixinDescriptor<node, any, props>>;
Accepted value shape for the mix prop.
type MixValue<node, props> =
| MixinDescriptor<node, any, props>
| ReadonlyArray<MixinDescriptor<node, any, props>>;