---
title: MixInput
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/ui/src/runtime/mixins/mixin.ts#L153
---

# MixInput

## Summary

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

## Signature

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

```