UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

7 lines (6 loc) 369 B
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 {};