UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

4 lines (3 loc) 195 B
import type { IBaseScale } from '@visactor/vscale'; import type { ITickData, ITickDataOpt } from '../type'; export declare const polarTicks: (scale: IBaseScale, op: ITickDataOpt) => ITickData[];