BootstrapNative.purs 153 Bytes EditWeb IDE 1 2 3 4 5 6 7 module Gargantext.Utils.BootstrapNative where import Effect (Effect) import Gargantext.Prelude foreign import createDropdown :: String -> Effect Unit