UNPKG

@visactor/vrender-animate

Version:

This module provides a graph-based animation system for VRender.

8 lines (7 loc) 235 B
import { AComponentAnimate } from './custom-animate'; export declare class PoptipAppear extends AComponentAnimate<any> { onBind(): void; } export declare class PoptipDisappear extends AComponentAnimate<any> { onBind(): void; }