UNPKG

@json-layout/core

Version:

Compilation and state management utilities for JSON Layout.

13 lines (11 loc) 210 B
import en from './en.js' import fr from './fr.js' import nl from './nl.js' import de from './de.js' /** @type {Record<string, import('./types.js').LocaleMessages>} */ export default { en, fr, nl, de }