## Extends

```ts
- Pick<React.ComponentProps<typeof Spinner>, "sizeModifier" | "colorScheme">
```

## Properties

| Property | Type | Inherited from |
| ------ | ------ | ------ |
| <a id="classname"></a> `className?` | `string` | - |
| <a id="isloading"></a> `isLoading?` | `boolean` | - |
| <a id="sizemodifier"></a> `sizeModifier?` | `"small" \| "medium" \| "compact"` | `Pick.sizeModifier` |
| <a id="colorscheme"></a> `colorScheme?` | `"dark" \| "light"` | `Pick.colorScheme` |
