UNPKG

evo-timeline-editor-react

Version:

[![npm version](https://img.shields.io/npm/v/evo-timeline-editor-react?style=flat-square)](https://www.npmjs.com/package/evo-timeline-editor-react)

5 lines (4 loc) 216 B
import { TimelineRow } from '../interface/action'; import { TimelineEffect } from '../interface/effect'; export declare const mockEffect: Record<string, TimelineEffect>; export declare const mockData: TimelineRow[];