Export readers of element slots
This commit is contained in:
parent
c70c000d73
commit
88fe118335
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue