Skip to content

Commit cf37eb8

Browse files
committed
Revert "feat(core/hooks): add 'useThrottledCallback' hook (#342)"
This reverts commit b94ff72, reversing changes made to b40b0ce.
1 parent b94ff72 commit cf37eb8

7 files changed

Lines changed: 0 additions & 327 deletions

File tree

.changeset/tall-lions-rush.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/core/src/hooks/useThrottledCallback/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/core/src/hooks/useThrottledCallback/ko/useThrottledCallback.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

packages/core/src/hooks/useThrottledCallback/useThrottledCallback.md

Lines changed: 0 additions & 65 deletions
This file was deleted.

packages/core/src/hooks/useThrottledCallback/useThrottledCallback.spec.ts

Lines changed: 0 additions & 114 deletions
This file was deleted.

packages/core/src/hooks/useThrottledCallback/useThrottledCallback.ts

Lines changed: 0 additions & 76 deletions
This file was deleted.

packages/core/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export { useRefEffect } from './hooks/useRefEffect/index.ts';
2929
export { useSet } from './hooks/useSet/index.ts';
3030
export { useStorageState } from './hooks/useStorageState/index.ts';
3131
export { useThrottle } from './hooks/useThrottle/index.ts';
32-
export { useThrottledCallback } from './hooks/useThrottledCallback/index.ts';
3332
export { useTimeout } from './hooks/useTimeout/index.ts';
3433
export { useToggle } from './hooks/useToggle/index.ts';
3534
export { useVisibilityEvent } from './hooks/useVisibilityEvent/index.ts';

0 commit comments

Comments
 (0)