Skip to content

Commit

Permalink
fix #107: export childrenToArray and Children type (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coot authored and ethul committed Aug 10, 2017
1 parent 7cb1b53 commit 86c7c51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/React.purs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ module React
, createElementTagName
, createElementTagNameDynamic
, createFactory

, Children
, childrenToArray
) where

import Prelude
Expand Down

0 comments on commit 86c7c51

Please sign in to comment.