UNPKG

@dkluge/image-editor

Version:

A powerful React image editor component with crop, filter, annotate, and sticker features

10 lines 297 B
export declare const useHistory: <T>(initialState: T, maxHistorySize?: number) => { state: T; set: (newPresent: T) => void; reset: (newState: T) => void; undo: () => void; redo: () => void; canUndo: boolean; canRedo: boolean; }; //# sourceMappingURL=useHistory.d.ts.map