UNPKG

@gorpacrate/core-graphics

Version:

A core library for creating shape-based graphic editors

4 lines (3 loc) 243 B
import { IEvent } from './declarations'; export declare function getUndoEvent<T extends IEvent>(history: T[], author: string): T | undefined; export declare function getRedoEvent<T extends IEvent>(history: T[], author: string): T | undefined;