Skip to content

remix/ui · Type

View Source

MixValue

Summary

Accepted value shape for the mix prop.

Signature

type MixValue<node, props> =
  | MixinInputDescriptor<node, props>
  | ReadonlyArray<MixinInputDescriptor<node, props>>