expose needed type aliases in Nri.Ui.Icon.V4

This commit is contained in:
Aaron VonderHaar 2019-03-20 10:23:25 -07:00
parent ab927a75c4
commit 486737d713

View File

@ -1,6 +1,9 @@
module Nri.Ui.Icon.V4 exposing
( icon, decorativeIcon, link, linkExternal, linkSpa, button
, IconType, IconSize(..), IconLinkSpaModel
( icon, decorativeIcon
, IconType, IconSize(..)
, IconLinkModel, link, linkExternal
, IconButtonModel, button
, IconLinkSpaModel, linkSpa
, activity
, add
, arrowDown
@ -91,8 +94,11 @@ module Nri.Ui.Icon.V4 exposing
{-|
@docs icon, decorativeIcon, link, linkExternal, linkSpa, button
@docs IconType, IconSize, IconLinkSpaModel
@docs icon, decorativeIcon
@docs IconType, IconSize
@docs IconLinkModel, link, linkExternal
@docs IconButtonModel, button
@docs IconLinkSpaModel, linkSpa
@docs activity
@docs add
@docs arrowDown
@ -217,6 +223,7 @@ type alias IconLinkSpaModel route =
}
{-| -}
type alias IconButtonModel msg =
{ alt : String
, msg : msg