UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

3 lines (2 loc) 217 B
import type { IBoundsLike } from '@visactor/vutils'; export declare const isTextOverflow: (componentBoundsLike: IBoundsLike, textBounds: IBoundsLike | null, layout: 'start' | 'end', isHorizontal: boolean) => boolean;