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

588 B

+++

-----------------------------------------------------------------------

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

Signature

export declare type DurationInput = string | number | DateTimeDuration;

Import

import { DurationInput } from '@grafana/data';