Skip to content

Commit

Permalink
Expose Declare.fnBody
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgriffith committed May 27, 2024
1 parent 4d75818 commit a792ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Elm/Declare.elm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Elm.Declare exposing
( Function, fn, fn2, fn3, fn4, fn5, fn6
, fnBuilder, fnArg, fnDone, placeholder
, fnBuilder, fnArg, fnDone, fnBody, placeholder
, Value, value
, function
, Module, module_, with, withUnexposed
Expand Down Expand Up @@ -63,7 +63,7 @@ In that case you can do something like this using `callFrom`:
@docs Function, fn, fn2, fn3, fn4, fn5, fn6
@docs fnBuilder, fnArg, fnDone, placeholder
@docs fnBuilder, fnArg, fnDone, fnBody, placeholder
@docs Value, value
Expand Down

0 comments on commit a792ab4

Please sign in to comment.