/** * Temporary config for toggling legacy chart implementation. * Do not use. * @public */ export interface _XYChartLegacyProps { /** * This is only intended to be used internally! */ __useLegacy?: boolean; }