@visx/scale
Version:
visx scale
5 lines • 463 B
TypeScript
import { StringLike } from '../types/Base';
import { D3Scale, DefaultThresholdInput } from '../types/Scale';
import { ScaleConfigWithoutType } from '../types/ScaleConfig';
export default function applyRound<Output, DiscreteInput extends StringLike, ThresholdInput extends DefaultThresholdInput>(scale: D3Scale<Output, DiscreteInput, ThresholdInput>, config: ScaleConfigWithoutType<Output, DiscreteInput, ThresholdInput>): void;
//# sourceMappingURL=round.d.ts.map