We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7b26b9 commit 0e584bdCopy full SHA for 0e584bd
1 file changed
packages/react-intl-universal/typings/index.d.ts
@@ -99,6 +99,19 @@ declare module "react-intl-universal" {
99
id: string,
100
defaultMessage?: string,
101
}
102
+
103
+ const intl: {
104
+ determineLocale: typeof determineLocale;
105
+ formatHTMLMessage: typeof formatHTMLMessage;
106
+ formatMessage: typeof formatMessage;
107
+ get: typeof get;
108
+ getHTML: typeof getHTML;
109
+ getInitOptions: typeof getInitOptions;
110
+ init: typeof init;
111
+ load: typeof load;
112
+ };
113
114
+ export default intl;
115
116
117
declare interface String {
0 commit comments