/** * Collection of component props for internal usage when adopting XYChart into legacy charts. * @public */ export interface _XYChartAdoptionProps { /** * This is only intended to be used internally! */ __useXYAdoption?: boolean; }