
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
26 lines
576 B
Text
26 lines
576 B
Text
---
|
|
title: Button
|
|
status: published
|
|
category: ui
|
|
group: Variable
|
|
author: api
|
|
date: 06/23/2023
|
|
order: 1
|
|
---<Small>Public Readonly Variable</Small>
|
|
|
|
|
|
|
|
|
|
##### Signature
|
|
|
|
|
|
```ts
|
|
Button: React.ForwardRefExoticComponent<
|
|
TLUiButtonProps & React.RefAttributes<HTMLButtonElement>
|
|
>
|
|
```
|
|
|
|
##### References
|
|
|
|
[React.ForwardRefExoticComponent](/gen/@types/react-React-ForwardRefExoticComponent-interface), [TLUiButtonProps](/gen/ui/TLUiButtonProps-interface), [React.RefAttributes](/gen/@types/react-React-RefAttributes-interface), [HTMLButtonElement](/gen/HTMLButtonElement-interface)
|
|
|