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.d.cts
6 lines
(3 loc)
•
169 B
text/typescript
View Raw
1
2
3
4
5
6
import
{
JsonObject
}
from
'@croct/json'
;
declare
function
loadSlotContent
(
slotId
:
string
,
language
?:
string
):
Promise
<
JsonObject
|
null
>;
export
{ loadSlotContent };