UNPKG

@hocuspocus/common

Version:

shared code for multiple Hocuspocus packages

6 lines (5 loc) 214 B
export declare const useDebounce: () => { debounce: (id: string, func: Function, debounce: number, maxDebounce: number) => any; isDebounced: (id: string) => boolean; executeNow: (id: string) => any; };