summaryrefslogtreecommitdiff
path: root/elm/Lib/DropDown.elm
diff options
context:
space:
mode:
Diffstat (limited to 'elm/Lib/DropDown.elm')
-rw-r--r--elm/Lib/DropDown.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/elm/Lib/DropDown.elm b/elm/Lib/DropDown.elm
index 286a61cb..1e6204ac 100644
--- a/elm/Lib/DropDown.elm
+++ b/elm/Lib/DropDown.elm
@@ -1,4 +1,4 @@
-module Lib.DropDown exposing (Config, init, sub, toggle, view)
+module Lib.DropDown exposing (Config, init, sub, toggle, view, onClickOutside)
import Browser.Events as E
import Json.Decode as JD