react-mutation-mapper
Version:
Generic Mutation Mapper
9 lines (8 loc) • 354 B
TypeScript
import LollipopPlotControlsConfig from '../model/LollipopPlotControlsConfig';
export declare class DefaultLollipopPlotControlsConfig implements LollipopPlotControlsConfig {
bottomYMaxInput: number | undefined;
legendShown: boolean;
yMaxInput: number | undefined;
constructor();
}
export default DefaultLollipopPlotControlsConfig;