UNPKG

@visactor/vrender-core

Version:
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; };