UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

11 lines (10 loc) 376 B
import { AComponentAnimate } from '@visactor/vrender-animate'; export declare class LabelUpdate extends AComponentAnimate<any> { onBind(): void; protected tryPreventConflict(): void; } export declare class LabelEnter extends AComponentAnimate<any> { onBind(): void; protected tryPreventConflict(): void; } export declare function registerLabelAnimate(): void;