Skip to content

Commit c3fbd6e

Browse files
committed
feat(type): export type separate
1 parent 1945331 commit c3fbd6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ import useThrottleFn, {
55
ControlFunctions,
66
} from "./useThrottleFn";
77

8-
export {
9-
useThrottle,
8+
export type {
109
ThrottleOptions,
11-
useThrottleFn,
1210
ThrottleFnOptions,
1311
ThrottleReturnResult,
1412
ControlFunctions,
1513
};
14+
15+
export { useThrottle, useThrottleFn };

0 commit comments

Comments
 (0)