mirror of
https://github.com/penpot/penpot.git
synced 2025-07-29 14:57:14 +02: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
Add a link
Reference in a new issue