mirror of
https://github.com/grafana/grafana.git
synced 2025-07-30 21:42:37 +08:00

* added packages reference menu item. * removed the draft flag. * Updated docs by running script.
27 lines
616 B
Markdown
27 lines
616 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "getTimeZoneGroups"
|
|
keywords = ["grafana","documentation","sdk","@grafana/data"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## getTimeZoneGroups variable
|
|
|
|
### getTimeZoneGroups variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
getTimeZoneGroups: () => {
|
|
label: string;
|
|
options: string[];
|
|
}[]
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { getTimeZoneGroups } from '@grafana/data';
|
|
```
|