12 lines
221 B
Markdown
12 lines
221 B
Markdown
---
|
|
sidebar_label: ChromeReleaseChannel
|
|
---
|
|
# ChromeReleaseChannel type
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
export declare type ChromeReleaseChannel = 'chrome' | 'chrome-beta' | 'chrome-canary' | 'chrome-dev';
|
|
```
|