mirror of
https://github.com/grafana/grafana.git
synced 2025-07-29 17:12:29 +08:00
24 lines
743 B
Markdown
24 lines
743 B
Markdown
+++
|
|
# -----------------------------------------------------------------------
|
|
# Do not edit this file. It is automatically generated by API Documenter.
|
|
# -----------------------------------------------------------------------
|
|
title = "TimeRangePicker"
|
|
keywords = ["grafana","documentation","sdk","@grafana/ui"]
|
|
type = "docs"
|
|
+++
|
|
|
|
## TimeRangePicker variable
|
|
|
|
### TimeRangePicker variable
|
|
|
|
<b>Signature</b>
|
|
|
|
```typescript
|
|
TimeRangePicker: React.FunctionComponent<Pick<Props, "timeZone" | "value" | "onChange" | "history" | "onChangeTimeZone" | "hideText" | "timeSyncButton" | "isSynced" | "onMoveBackward" | "onMoveForward" | "onZoom">>
|
|
```
|
|
<b>Import</b>
|
|
|
|
```typescript
|
|
import { TimeRangePicker } from '@grafana/ui';
|
|
```
|