Skip to content

Commit

Permalink
Update index.d.ts (#1166)
Browse files Browse the repository at this point in the history
Add `transEmptyNodeValue` to `ReactOptions`
  • Loading branch information
rbuetzer authored and rosskevin committed Jan 11, 2019
1 parent 3be868a commit a1400fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Expand Up @@ -131,6 +131,11 @@ declare namespace i18next {
* @default 'added removed'
*/
bindStore?: string | false;
/**
* Set fallback value for Trans components without children
* @default undefined
*/
transEmptyNodeValue?: string;
}

interface InitOptions {
Expand Down

0 comments on commit a1400fe

Please sign in to comment.