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