UNPKG

@talend/react-forms

Version:

React forms library based on json schema form.

8 lines (7 loc) 240 B
/** * Get the sorted list of timezones in a given language. * Sort is done by UTC offset first, then by timezone name. * @param {String} lang * @returns {Array} */ export function getTimezones(lang: string, cldrTimezones: any): any[];