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

import Effect (Effect)

import Gargantext.Prelude

foreign import createDropdown :: String -> Effect Unit