UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

10 lines (9 loc) 256 B
import type { IText } from '@visactor/vrender-core'; type WrapConfig = { orient: string; limitLength: number; axisLength: number; ellipsis?: string; }; export declare function autoWrap(labels: IText[], config: WrapConfig): void; export {};