BootstrapNative.purs 153 Bytes
Newer Older
1
module Gargantext.Utils.BootstrapNative where
2 3 4 5 6 7

import Effect (Effect)

import Gargantext.Prelude

foreign import createDropdown :: String -> Effect Unit