UNPKG

undo-peasy

Version:
3 lines (2 loc) 155 B
export declare function useUndoGroup<T>(): (fn: () => T, msg?: string) => T; export declare function useUndoIgnore<T>(): (fn: () => T, msg?: string) => T;