---
title: Props
---

# Props

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

## Summary

Get the props for a specific element type.

## Signature

```ts
type Props<T> = NormalizeMixProp<JSX.IntrinsicElements[T]>;

```