UNPKG

@visactor/vrender-components

Version:

components library for dp visualization

11 lines (10 loc) 370 B
import { AComponentAnimate } from '@visactor/vrender-animate'; export declare class AxisEnter extends AComponentAnimate<any> { onBind(): void; } export declare class AxisUpdate extends AComponentAnimate<any> { onBind(): void; deleteSelfAttr(key: string): void; protected tryPreventConflict(): void; } export declare function registerAxisAnimate(): void;