Remove unused exposed value from the API

This commit is contained in:
Tessa Kelly 2020-05-15 10:53:41 -07:00
parent 8b72ad3426
commit d55bad8538

View File

@ -2,7 +2,6 @@ module Nri.Ui.Confetti.V1 exposing
( System, init
, Msg, burst, update, updateCenter
, view
, Confetti
, subscriptions
)
@ -11,7 +10,6 @@ module Nri.Ui.Confetti.V1 exposing
@docs System, init
@docs Msg, burst, update, updateCenter
@docs view
@docs Confetti
@docs subscriptions
-}