Files
logseq/web/src/main/frontend/format/protocol.cljs
2020-04-21 22:52:54 +08:00

7 lines
135 B
Clojure

(ns frontend.format.protocol)
(defprotocol Format
(toHtml [this content config])
(loaded? [this])
(lazyLoad [this ok-handler]))