Skip to content

Commit

Permalink
Update React.re
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx authored Nov 2, 2023
1 parent 9e5a888 commit 00b7f5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/React.re
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,6 @@ module Uncurried = {
"useCallback";
};

type callback('input, 'output) = 'input => 'output;
[@mel.module "react"]
external useTransition: unit => (bool, callback(callback(unit, unit), unit)) =
"useTransition";
Expand Down

0 comments on commit 00b7f5d

Please sign in to comment.