UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

3 lines (2 loc) 186 B
import type { IText } from '@visactor/vrender-core'; export declare function alignAxisLabels(labels: IText[], start: number, containerSize: number, orient: string, align: string): void;