FocusOutlineProps
Defines the appearance of the focus outline for interactive UI elements.
Props
The following table outlines the props for the FocusOutlineProps:
| Name | Type | Default | Description |
|---|---|---|---|
| color | string | null | Customizes the focus border color. If not specified, the default focus border color is used. |
| offset | number | 0 | Customizes the focus border margin. If not specified, the default margin is used. |
| width | number | 1.5 | Customizes the focus border width. If not specified, the default width is used. |