UNPKG
@croct/content
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
Dynamically generated content module.
github.com/croct-tech/content-js
croct-tech/content-js
@croct/content
/
index.d.cts
4 lines
(3 loc)
•
144 B
text/typescript
View Raw
1
2
3
4
export
{ getSlotContent }
from
'./slot/getSlotContent.cjs'
;
export
{ loadSlotContent }
from
'./slot/loadSlotContent.cjs'
;
import
'@croct/json'
;