diff --git a/src/main.lisp b/src/main.lisp index 9c8472d..ce1f322 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -6,5 +6,9 @@ #:hsx/hsx) (:export #:hsx #:defcomp - #:render-to-string)) + #:render-to-string + #:element-type + #:element-props + #:element-children + #:expand-component)) (in-package :hsx)