UNPKG

@visactor/vrender-core

Version:

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

8 lines (7 loc) 230 B
import type { IRectGraphicAttribute } from '../interface/graphic/rect'; export declare const normalizeRectAttributes: (attribute: IRectGraphicAttribute) => { x: number; y: number; width: number; height: number; };