mirror of
https://github.com/status-im/re-natal.git
synced 2025-01-15 07:04:23 +00:00
11 lines
222 B
Clojure
11 lines
222 B
Clojure
(ns reagent.dom)
|
|
;; Shimmed namespace to make reagent 0.6.0 work with react native packager
|
|
|
|
(defn render
|
|
([_ _])
|
|
([_ _ _]))
|
|
(defn unmount-component-at-node [_])
|
|
|
|
(defn dom-node [_])
|
|
|
|
(defn force-update-all []) |