UNPKG

121 BTypeScriptView Raw
1import { key, CustomLocale } from "../types/locale";
2declare const l10n: Record<key, CustomLocale>;
3export default l10n;