UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

7 lines (5 loc) 230 B
declare function useSaveDelay(setNotificationStatus: (isShowing: boolean) => void, delay: number): { restartTimer: (onSave: () => void) => void; clearUpdateTimer: (hasSaved?: boolean) => void; }; export { useSaveDelay };