Expose InputStyles module

We have some custom input widgets in other code bases that make use of
these styles, hence the need to expose them.
This commit is contained in:
Jasper Woudenberg 2018-05-30 17:30:58 -07:00
parent 6e85f8fc0f
commit af5cdad561

View File

@ -1,6 +1,6 @@
module Nri.Ui.InputStyles exposing (Assets, CssClasses(..), inputLineHeight, inputPaddingVertical, styles, textAreaHeight, writingLineHeight, writingMinHeight, writingPadding, writingPaddingTop)
{-|
{-| InputStyles used by the TextInput and TextArea widgets.
@docs styles, CssClasses