mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
Make shape types hierarchy as public.
This commit is contained in:
parent
3c5ac2d94c
commit
3917feb664
@ -7,7 +7,7 @@
|
|||||||
;; Types
|
;; Types
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|
||||||
(def ^:static ^:private +hierarchy+
|
(def ^:static +hierarchy+
|
||||||
(as-> (make-hierarchy) $
|
(as-> (make-hierarchy) $
|
||||||
(derive $ :builtin/icon ::shape)
|
(derive $ :builtin/icon ::shape)
|
||||||
(derive $ :builtin/rect ::shape)
|
(derive $ :builtin/rect ::shape)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user