mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-23 04:47:24 +08:00
Added additional ns prop for react-i18next (#27812)
This commit is contained in:
committed by
Sheetal Nandi
parent
a440521e0b
commit
610b0b70cf
1
types/react-i18next/src/trans.d.ts
vendored
1
types/react-i18next/src/trans.d.ts
vendored
@@ -19,6 +19,7 @@ export interface TransProps {
|
||||
defaults?: string;
|
||||
values?: Values;
|
||||
components?: React.ReactNode[];
|
||||
ns?: string;
|
||||
}
|
||||
|
||||
export default class Trans extends React.Component<TransProps> { }
|
||||
|
||||
Reference in New Issue
Block a user