UNPKG

moment-timezone-picker

Version:
6 lines (5 loc) 141 B
import { TZone } from '../types'; /** * Make TZone object from simple string. */ export declare const formatZone: (zone: string) => TZone;