UNPKG

@croct/content

Version:

Dynamically generated content module.

6 lines (3 loc) 158 B
import { JsonObject } from '@croct/json'; declare function getSlotContent(slotId: string, language?: string): JsonObject | null; export { getSlotContent };