---
title: MixInput
---

# MixInput

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/ui/src/runtime/mixins/mixin.ts#L145" target="_blank">View Source</a>

## Summary

Accepted authoring shape for the `mix` prop on host elements.

## Signature

```ts
type MixInput<node, props> = NestedMixValue<MixinDescriptor<node, any, props>>;

```