UNPKG

@dineug/erd-editor

Version:

Entity-Relationship Diagram Editor

11 lines (10 loc) 300 B
import { Ref } from '@dineug/r-html'; export declare class FlipAnimation { private flipSnapshots; private root; private selector; private animationName; constructor(root: Ref<HTMLElement | null>, selector: string, animationName: string); snapshot(): void; play(): void; }