@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
6 lines • 710 B
text/typescript
import { I18nContextValue, Locale, TranslationKey, TranslationResources, TranslationResourcesInput, TranslationResourcesMap, TranslationValue } from "./types.mjs";
import { I18nProvider, I18nProviderProps } from "./context.mjs";
import { useTranslation } from "./useTranslation.mjs";
import { index_d_exports } from "./resources/en/index.mjs";
import { index_d_exports as index_d_exports$1 } from "./resources/zhCn/index.mjs";
export { type I18nContextValue, I18nProvider, type I18nProviderProps, type Locale, type TranslationKey, type TranslationResources, type TranslationResourcesInput, type TranslationResourcesMap, type TranslationValue, index_d_exports as en, useTranslation, index_d_exports$1 as zhCn };