@visactor/vrender-core
Version:
## Description
7 lines (6 loc) • 369 B
TypeScript
import type { IRichTextGraphicAttribute, ITextGraphicAttribute } from '../interface';
type ITextBoundsParams = Partial<ITextGraphicAttribute>;
export declare function getTextBounds(params: ITextBoundsParams): any;
type IRichTextBoundsParams = Partial<IRichTextGraphicAttribute>;
export declare function getRichTextBounds(params: IRichTextBoundsParams): any;
export {};