Skip to content

Commit ef17e26

Browse files
committed
feat(type): export ControlFunctions
1 parent 6fa8e3c commit ef17e26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import useThrottle, { ThrottleOptions } from "./useThrottle";
22
import useThrottleFn, {
33
ThrottleFnOptions,
44
ThrottleReturnResult,
5+
ControlFunctions,
56
} from "./useThrottleFn";
67

78
export {
@@ -10,4 +11,5 @@ export {
1011
useThrottleFn,
1112
ThrottleFnOptions,
1213
ThrottleReturnResult,
14+
ControlFunctions,
1315
};

0 commit comments

Comments
 (0)