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

24 lines
586 B
Markdown

+++
# -----------------------------------------------------------------------
# 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
<b>Signature</b>
```typescript
export declare type FormatInput = string | DateTimeBuiltinFormat | undefined;
```
<b>Import</b>
```typescript
import { FormatInput } from '@grafana/data';
```