This commit is contained in:
Tienson Qin
2020-04-12 21:22:53 +08:00
parent fbe7b55ffc
commit 36576eefae
15 changed files with 225 additions and 662 deletions

View File

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