Export readers of element slots

This commit is contained in:
paku 2024-06-06 13:35:40 +09:00
parent c70c000d73
commit 88fe118335

View file

@ -6,5 +6,9 @@
#:hsx/hsx) #:hsx/hsx)
(:export #:hsx (:export #:hsx
#:defcomp #:defcomp
#:render-to-string)) #:render-to-string
#:element-type
#:element-props
#:element-children
#:expand-component))
(in-package :hsx) (in-package :hsx)