Skip to content

Commit cc4e4c0

Browse files
committed
feature: Navigation.setParams
1 parent 0406d33 commit cc4e4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Navigation.re

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ external addListener:
3434
EventSubscription.t =
3535
"addListener";
3636

37-
// TODO: setParams, ...
37+
[@bs.send] external setParams: (t, 'a) => unit = "";
3838
// Stack Actions
3939
// TODO: push, replace, ...
4040
[@bs.send] external pop: t => unit = "";

0 commit comments

Comments
 (0)