mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
Make shape types hierarchy as public.
This commit is contained in:
parent
3c5ac2d94c
commit
3917feb664
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue