Current section

Files

Jump to
react_gleam src react_gleam.gleam
Raw

src/react_gleam.gleam

// IMPORTS --------------------------------------------------------------------
import react_gleam/element.{Element}
// GENERAL --------------------------------------------------------------------
pub external fn render(app: Element, root: String) -> Nil =
"./ffi.mjs" "render"