import { ComponentType, PropsWithoutRef, Ref, RefAttributes } from 'react'; import { FacetedData, FacetedPlotRef, PlotRef } from '../types/plots'; import { PlotProps } from './PlotlyPlot'; declare type ComponentWithPlotRef
= ComponentType ;
componentProps: P;
/** Provide modalComponentProps to activate click-to-expand
* These are the props the expanded plot inside the modal will receive
*/
modalComponentProps?: P;
checkedLegendItems?: string[];
}
export interface FacetedPlotPropsWithRef