This commit is contained in:
Tienson Qin
2020-05-07 11:42:40 +08:00
parent 8366359c52
commit 85cc9e03d6
12 changed files with 180 additions and 78 deletions

View File

@@ -1,6 +1,7 @@
(ns frontend.format.protocol)
(defprotocol Format
(toEdn [this content config])
(toHtml [this content config])
(loaded? [this])
(lazyLoad [this ok-handler]))