Skip to content

Commit

Permalink
feat: export default
Browse files Browse the repository at this point in the history
  • Loading branch information
gusintheeshell committed Nov 2, 2023
1 parent 8206042 commit 139da32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ declare module "timer-function-execution" {
measureSync: (fn: () => any) => number;
};

export { Timer, useTimer };
export { useTimer };
}

export default Timer;

0 comments on commit 139da32

Please sign in to comment.