mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-24 08:53:33 +03:00
expose needed type aliases in Nri.Ui.ClickableText.V1
This commit is contained in:
parent
486737d713
commit
e6478fa92c
@ -1,5 +1,6 @@
|
||||
module Nri.Ui.ClickableText.V1 exposing
|
||||
( button, link
|
||||
( ButtonConfig, button
|
||||
, LinkConfig, link
|
||||
, Size(..)
|
||||
)
|
||||
|
||||
@ -18,7 +19,12 @@ HTML `<a>` elements and are created here with `*Link` functions.
|
||||
|
||||
# `<button>` creators
|
||||
|
||||
@docs button, link
|
||||
@docs ButtonConfig, button
|
||||
|
||||
|
||||
# `<a>` creators
|
||||
|
||||
@docs LinkConfig, link
|
||||
|
||||
|
||||
# Config
|
||||
|
Loading…
Reference in New Issue
Block a user