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
/
slot
/
getSlotContent.js
7 lines
(6 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
5
6
7
function
getSlotContent
(
slotId, language
) {
return
null
; }
export
{ getSlotContent };