MixValue

View Source

Summary

Accepted value shape for the mix prop.

Signature

type MixValue<node, props> =
  | MixinDescriptor<node, any, props>
  | ReadonlyArray<MixinDescriptor<node, any, props>>;