+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "RefreshPicker"
keywords = ["grafana","documentation","sdk","@grafana/ui"]
type = "docs"
+++
## RefreshPicker variable
### RefreshPicker variable
Signature
```typescript
RefreshPicker: React.FunctionComponent> & {
offOption: {
label: string;
value: string;
};
liveOption: {
label: string;
value: string;
};
isLive: (refreshInterval?: string | undefined) => boolean;
}
```
Import
```typescript
import { RefreshPicker } from '@grafana/ui';
```