---
title: Props
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/ui/src/runtime/jsx.ts#L88
---

# Props

## Summary

Get the props for a specific element type.

## Signature

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

```