feat(i18n): exported default adapter
This commit is contained in:
parent
5019d7b596
commit
597cb4f07b
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ import {
|
||||||
import { createI18nStringsIndex, extractLanguageFromUpdate } from './utils'
|
import { createI18nStringsIndex, extractLanguageFromUpdate } from './utils'
|
||||||
|
|
||||||
export * from './types'
|
export * from './types'
|
||||||
|
export { extractLanguageFromUpdate } from './utils'
|
||||||
|
|
||||||
export interface MtcuteI18nParameters<Strings, Input> {
|
export interface MtcuteI18nParameters<Strings, Input> {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue