From 4ee0dfae75fda3a8b6347d55c728b50ce5c210d9 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 26 Jul 2020 18:16:59 +0200 Subject: Allow to customize icons --- src/Lib/Dom/History.ml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Lib/Dom/History.ml (limited to 'src/Lib/Dom/History.ml') diff --git a/src/Lib/Dom/History.ml b/src/Lib/Dom/History.ml new file mode 100644 index 0000000..ce7a877 --- /dev/null +++ b/src/Lib/Dom/History.ml @@ -0,0 +1,2 @@ +external push_state : string -> string -> string -> unit -> unit = "pushState" + [@@bs.val] [@@bs.scope "history"] -- cgit v1.2.3