0
Fork 0
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:
Andrey Antukh 2016-01-25 18:32:32 +02:00
parent 3c5ac2d94c
commit 3917feb664

View file

@ -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)