```ts
type Option<T> = object;
```

## Type Parameters

| Type Parameter | Default type |
| ------ | ------ |
| `T extends string` | `string` |

## Properties

| Property | Type |
| ------ | ------ |
| <a id="id"></a> `id` | `T` |
| <a id="isdisabled"></a> `isDisabled?` | `boolean` |
| <a id="label"></a> `label` | `string` |
