debois / elm-mdl

Elm-port of the Material Design Lite CSS/JS library
Apache License 2.0
965 stars 133 forks source link

Expose / Reexport exposed types from Component #372

Open mdevlamynck opened 6 years ago

mdevlamynck commented 6 years ago

Some types defined in Component are used in signatures of exposed functions (for instance Textfield.render uses Component.Msg). Not having those types exposed make it difficult / impossible to build abstractions on top of this lib.