mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-11 14:36:38 +03:00
🎨 Arrange the exports
This commit is contained in:
parent
01e4bcf620
commit
7847a0e36c
@ -1,8 +1,14 @@
|
||||
module Nri.Ui.Accordion.V1 exposing (view, viewKeyed, viewCaret, AccordionOptions, StyleOptions, Caret(..))
|
||||
module Nri.Ui.Accordion.V1 exposing
|
||||
( view, viewKeyed
|
||||
, viewCaret, Caret(..)
|
||||
, AccordionOptions, StyleOptions
|
||||
)
|
||||
|
||||
{-|
|
||||
|
||||
@docs view, viewKeyed, viewCaret, AccordionOptions, StyleOptions, Caret
|
||||
@docs view, viewKeyed
|
||||
@docs viewCaret, Caret
|
||||
@docs AccordionOptions, StyleOptions
|
||||
|
||||
-}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user