RenderControlsProps
The props for rendering the Controls component.
Props
| Name | Description | Type | 
|---|---|---|
| The buttons that are rendered by the Controls component. | ControlButton[] | |
| className? | The CSS class of the Controls component. | string | 
| orientation? | The orientation of the Controls component. | ”horizontal” | “vertical” | 
| position? | The position of the Controls component. | Position | “custom” |