UNPKG

@croct/content

Version:

Dynamically generated content module.

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