refactor(docs): remove duplicate spinnerVariant (#5145)

This commit is contained in:
աӄա 2025-04-04 22:03:40 +08:00 committed by GitHub
parent 524a5ea8de
commit 923792b813
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,13 +209,6 @@ The available options are:
- **Type**: `"user" | "always" | "never"`
- **Default**: `"never"`
`spinnerVariant`
- **Description**: The default variant of the spinner.
- **Type**: `string` | `undefined`
- **Possible Values**: `default` | `gradient` | `wave` | `dots` | `spinner`
- **Default**: `default`
<Spacer y={2}/>
---