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