grafana/docs/sources/packages_api/data/durationinput.md

24 lines
588 B
Markdown

+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DurationInput"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## DurationInput type
### DurationInput type
<b>Signature</b>
```typescript
export declare type DurationInput = string | number | DateTimeDuration;
```
<b>Import</b>
```typescript
import { DurationInput } from '@grafana/data';
```