FormValidation.purs 509 Bytes
Newer Older
arturo's avatar
arturo committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
module Gargantext.Hooks.FormValidation
  ( module Gargantext.Hooks.FormValidation.Methods
  , module Gargantext.Hooks.FormValidation.Types
  ) where

import Gargantext.Hooks.FormValidation.Types
  ( VForm, EForm, Field
  , emailPattern
  )
import Gargantext.Hooks.FormValidation.Methods
  ( useFormValidation
  , append', (<!>)
  )

-- (?) as `Gargantext.Hooks.FormValidation.Unboxed` and
--     `Gargantext.Hooks.FormValidation.Boxed` used same name of functions,
--     please import manually these helpers