Module

Halogen.Datepicker.Component.Duration

Package
purescript-halogen-datepicker
Repository
slamdata/purescript-halogen-datepicker

#DurationQuery Source

#Slot Source

type Slot = Command

#ChildQuery Source

#pickerWithConfig Source

#render Source

render :: forall m. Config -> Format -> State -> HTML m

#renderCommand Source

renderCommand :: forall m. Config -> Command -> HTML m

#evalDuration Source

evalDuration :: forall m. Format -> DurationQuery ~> (DSL m)

#BuildStep Source

#evalPicker Source

evalPicker :: forall m. Format -> QueryIn ~> (DSL m)

#propagateChange Source

propagateChange :: forall m. Format -> State -> DSL m Unit

#query Source

query :: forall m. Slot -> ChildQuery ~> (DSL m)