CSSMixinDescriptor

View Source

Signature

type CSSMixinDescriptor = MixinDescriptor<
  Element,
  [styles: CSSProps],
  ElementProps
>;