mirror of
https://github.com/dillonkearns/elm-pages-v3-beta.git
synced 2024-11-23 14:15:33 +03:00
Update docs.
This commit is contained in:
parent
c3d3909eb5
commit
cddf0ca412
@ -1,11 +1,8 @@
|
||||
module Pages.Generate exposing
|
||||
( Type(..), serverRender, buildWithLocalState, buildNoState
|
||||
, Builder
|
||||
)
|
||||
module Pages.Generate exposing (Type(..), serverRender, buildWithLocalState, buildNoState, Builder)
|
||||
|
||||
{-|
|
||||
|
||||
@docs Type, serverRender, buildWithLocalState, buildNoState
|
||||
@docs Type, serverRender, buildWithLocalState, buildNoState, Builder
|
||||
|
||||
-}
|
||||
|
||||
@ -31,6 +28,7 @@ typeToDeclaration name type_ =
|
||||
Elm.customType name variants
|
||||
|
||||
|
||||
{-| -}
|
||||
type Builder
|
||||
= Builder
|
||||
{ data : ( Type, Elm.Expression -> Elm.Expression )
|
||||
|
Loading…
Reference in New Issue
Block a user