UNPKG

@gorpacrate/core-graphics

Version:

A core library for creating shape-based graphic editors

5 lines (4 loc) 288 B
import { IScene } from '../declarations'; import { IHistoryEvent, IPersistedHistoryEvent } from '../history/history-event'; export default function reducePersistedHistory(history: IPersistedHistoryEvent[]): IScene; export declare function reduceHistory(history: IHistoryEvent[]): IScene;