UNPKG

@visx/scale

Version:
27 lines 1.44 kB
export { default as scaleBand } from './scales/band'; export { default as scalePoint } from './scales/point'; export { default as scaleLinear } from './scales/linear'; export { default as scaleRadial } from './scales/radial'; export { default as scaleTime } from './scales/time'; export { default as scaleUtc } from './scales/utc'; export { default as scaleLog } from './scales/log'; export { default as scalePower } from './scales/power'; export { default as scaleOrdinal } from './scales/ordinal'; export { default as scaleQuantize } from './scales/quantize'; export { default as scaleQuantile } from './scales/quantile'; export { default as scaleSymlog } from './scales/symlog'; export { default as scaleThreshold } from './scales/threshold'; export { default as scaleSqrt } from './scales/squareRoot'; export { default as createScale } from './createScale'; export { default as updateScale } from './updateScale'; export { default as inferScaleType } from './utils/inferScaleType'; export { default as coerceNumber } from './utils/coerceNumber'; export { default as getTicks } from './utils/getTicks'; export { default as toString } from './utils/toString'; export { default as scaleCanBeZeroed } from './utils/scaleCanBeZeroed'; export * from './types/Base'; export * from './types/Nice'; export * from './types/Scale'; export * from './types/ScaleConfig'; export * from './types/ScaleInterpolate'; //# sourceMappingURL=index.d.ts.map