UNPKG

@i18n-pro/solid

Version:

An out-of-the-box, lightweight i18n auto-translation solution for Solid

4 lines (3 loc) 141 B
export type { Langs, I18nState } from 'i18n-pro'; export { default as I18nProvider } from './Provider'; export { useI18n } from './context';