Modal.purs 197 Bytes
Newer Older
1
module Gargantext.Components.Modals.Modal where
Sudhir Kumar's avatar
Sudhir Kumar committed
2 3 4

import Prelude (Unit)

5
import Effect (Effect)
Sudhir Kumar's avatar
Sudhir Kumar committed
6

7
foreign import modalShow :: String -> Effect Unit
Sudhir Kumar's avatar
Sudhir Kumar committed
8

9
foreign import modalHide :: String -> Effect Unit