@formatjs/intl-locale
Version:
Intl.Locale polyfill
7 lines (6 loc) • 455 B
TypeScript
import type { WeekInfoInternal } from './week-data.generated';
export { WeekInfoInternal };
export declare function getCalendarPreferenceDataForRegion(region?: string): string[];
export declare function getHourCyclesPreferenceDataForLocaleOrRegion(locale: string, region?: string): string[];
export declare function getTimeZonePreferenceForRegion(region: string): string[];
export declare function getWeekDataForRegion(region?: string): WeekInfoInternal;