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/Window.ml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 src/Lib/Dom/Window.ml (limited to 'src/Lib/Dom/Window.ml') diff --git a/src/Lib/Dom/Window.ml b/src/Lib/Dom/Window.ml new file mode 100644 index 0000000..3abc921 --- /dev/null +++ b/src/Lib/Dom/Window.ml @@ -0,0 +1,2 @@ +external window : Dom.element = "window" + [@@bs.val] -- cgit v1.2.3