ValueConverter type

ValueConverter type

Signature

  1. export declare type ValueConverter<T = any> = (val: any) => T;

Import

  1. import { ValueConverter } from '@grafana/data';