Merge pull request #344 from NoRedInk/expose-heading-styles

expose heading styles
This commit is contained in:
Brooke 2019-08-14 11:02:26 -07:00 committed by GitHub
commit 86cc24c4b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
module Nri.Ui.Heading.V2 exposing
( h1, h2, h3, h4, h5
, style, Style, css
, style, Style(..), css
, customAttr
)