UNPKG

358 BTypeScriptView Raw
1import type { DisplayObject } from '../../display-objects';
2import type { CSSProperty } from '../CSSProperty';
3export declare class CSSPropertyOffsetPath implements Partial<CSSProperty<DisplayObject, DisplayObject>> {
4 calculator(name: string, oldOffsetPath: DisplayObject, newOffsetPath: DisplayObject, object: DisplayObject): DisplayObject<any, any>;
5}