UNPKG

react-mutation-mapper

Version:
9 lines (8 loc) 354 B
import LollipopPlotControlsConfig from '../model/LollipopPlotControlsConfig'; export declare class DefaultLollipopPlotControlsConfig implements LollipopPlotControlsConfig { bottomYMaxInput: number | undefined; legendShown: boolean; yMaxInput: number | undefined; constructor(); } export default DefaultLollipopPlotControlsConfig;