UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

3 lines (2 loc) 204 B
import { type IGraphic } from '@visactor/vrender-core'; export declare function commitUpdateAnimationTarget(graphic?: IGraphic, targetAttrs?: Record<string, any>, startAttrs?: Record<string, any>): void;