UNPKG

@highcharts/dashboards

Version:
28 lines (25 loc) 510 B
/* * * * (c) 2010-2025 Torstein Honsi * * License: www.highcharts.com/license * * !!!!!!! SOURCE GETS TRANSPILED BY TYPESCRIPT. EDIT TS FILE ONLY. !!!!!!! * * */ /* * * * Declarations * * */ export interface LangOptionsCore { decimalPoint?: string; invalidDate?: string; locale?: string|Array<string>; months?: Array<string>; shortMonths?: Array<string>; shortWeekdays?: Array<string>; thousandsSep?: string; weekdays?: Array<string>; weekFrom?: string; }