TimeZoneResolver type
TimeZoneResolver type
The type to describe the time zone resolver function that will be used to access the default time zone of a user.
Signature
export declare type TimeZoneResolver = () => TimeZone | undefined;
Import
import { TimeZoneResolver } from '@grafana/data';