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

586 B

+++

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

Do not edit this file. It is automatically generated by API Documenter.

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

title = "FormatInput" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++

FormatInput type

FormatInput type

Signature

export declare type FormatInput = string | DateTimeBuiltinFormat | undefined;

Import

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