mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Add defaultTransParent to react options. (#23109)
This commit is contained in:
parent
0fd670e690
commit
4f48e84297
5
types/i18next/index.d.ts
vendored
5
types/i18next/index.d.ts
vendored
@ -103,6 +103,11 @@ declare namespace i18next {
|
||||
* set it to fallback to let passed namespaces to translated hoc act as fallbacks
|
||||
*/
|
||||
nsMode?: string;
|
||||
/**
|
||||
* set it to the default parent element created by the Trans component.
|
||||
* @default div
|
||||
*/
|
||||
defaultTransParent?: string;
|
||||
}
|
||||
|
||||
interface InitOptions {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user