@visactor/vrender-animate
Version:
This module provides a graph-based animation system for VRender.
8 lines (7 loc) • 437 B
TypeScript
import { InputText } from './input-text';
import { InputRichText } from './richtext/input-richtext';
import { OutputRichText } from './richtext/output-richtext';
import { SlideOutRichText } from './richtext/slide-out-richtext';
import { SlideRichText } from './richtext/slide-richtext';
export declare const registerRichTextCustomAnimate: () => void;
export { InputText, InputRichText, OutputRichText, SlideRichText, SlideOutRichText };