Tldraw/docs/gen/Input-var.mdx

27 wiersze
568 B
Markdown

---
title: Input
status: published
category: ui
group: Variable
author: api
date: 06/23/2023
order: 8
---<Small>Public Readonly Variable</Small>
##### Signature
```ts
Input: React.ForwardRefExoticComponent<
TLUiInputProps & React.RefAttributes<HTMLInputElement>
>
```
##### References
[React.ForwardRefExoticComponent](/gen/@types/react-React-ForwardRefExoticComponent-interface), [TLUiInputProps](/gen/ui/TLUiInputProps-interface), [React.RefAttributes](/gen/@types/react-React-RefAttributes-interface), [HTMLInputElement](/gen/HTMLInputElement-interface)