Skip to content

Commit

Permalink
feat: expose key interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hemengke1997 committed Mar 22, 2023
1 parent 1d2b81c commit f1dc858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/client/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import type { i18n } from 'i18next'
import helper from 'virtual:i18n-helper'
import { name as PKGNAME } from '../../package.json'

interface I18nSetupOptions {
export interface I18nSetupOptions {
i18n: i18n
setQueryOnChange?: {
lookupTarget: string
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { name as PKGNAME } from '../package.json'

const debug = createDebug(PKGNAME)

interface DetectI18nResourceOptions {
export interface DetectI18nResourceOptions {
localeEntry: string
}

Expand Down

0 comments on commit f1dc858

Please sign in to comment.