UNPKG

@gorpacrate/core-graphics

Version:

A core library for creating shape-based graphic editors

7 lines (6 loc) 127 B
export interface IEvent { id: string; author: string; applied: boolean; } export declare type IHistory = IEvent[];