| 123456 |
- import { DisplayObject } from '../shapes';
- export declare function getTranslate(node: DisplayObject, x: string, y: string): (string | number)[];
- /**
- * transform that support translate percent value
- */
- export declare function percentTransform(node: DisplayObject, val: string): void;
|