mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 22:22:43 -05:00
Add type
This commit is contained in:
parent
5c42514170
commit
ab51b43365
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
(do
|
(do
|
||||||
(sd-transforms/registerTransforms sd)
|
(sd-transforms/registerTransforms sd)
|
||||||
(.registerFormat sd #js {:name "custom/json"
|
(.registerFormat sd #js {:name "custom/json"
|
||||||
:format (fn [res]
|
:format (fn [^js res]
|
||||||
(.-tokens (.-dictionary res)))})
|
(.-tokens (.-dictionary res)))})
|
||||||
sd))
|
sd))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue