(invoke-intern-dom _ name {:keys [class tag protect] :as params} body)
constructor for dom
(invoke-intern-dom nil 'hello {:class :react :tag :test/hello-dom} [['dom '_] 1])
(invoke-intern-dom nil 'hello {:class :value :tag :test/hello-dom} [['_] 1])
constructor for dom (invoke-intern-dom nil 'hello {:class :react :tag :test/hello-dom} [['dom '_] 1]) (invoke-intern-dom nil 'hello {:class :value :tag :test/hello-dom} [['_] 1])
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close