import { LangOptions, XAxisOptionsDateTimeLabelFormats } from '..'; export interface LangData { /** * LangOptions */ langOptions: LangOptions; /** * For a datetime axis, the scale will automatically adjust to the appropriate unit. */ xAxisDateTimeLabelFormats: XAxisOptionsDateTimeLabelFormats; } export { default as cnData } from './cn'; export { default as enData } from './en';