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