@visactor/vrender-components
Version:
components library for dp visualization
12 lines (11 loc) • 435 B
TypeScript
import { AComponentAnimate } from '@visactor/vrender-animate/custom/custom-animate';
export declare class AxisEnter extends AComponentAnimate<any> {
onBind(): void;
}
export declare class AxisUpdate extends AComponentAnimate<any> {
onBind(): void;
deleteSelfAttr(key: string): void;
deleteSelfAttrs(keys: string[]): void;
protected tryPreventConflict(): void;
}
export declare function registerAxisAnimate(): void;