(defn constraint? "Returns true if x is not a keyword-item or component" [x] (not (or (component? x) (#{:layout :column :row} x))))
Comments top
No comments for constraint?. Log in to add a comment.