tldraw/docs/gen/Input-var.mdx
Steve Ruiz 096df3209b
[1/2] Move docs to brivate (#1640)
This PR moves the docs site to the private repo while keeping the docs
content on the public repo.

### Change Type

- [x] `documentation`
2023-06-23 14:23:14 +00:00

26 lines
568 B
Text

---
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)