@regenbio/regenbio-components-react 1.3.73 → 1.3.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -104,9 +104,9 @@ export type RbInitialStateRespProps = {
|
|
|
104
104
|
*/
|
|
105
105
|
export type RbInitialStateReqProps = {
|
|
106
106
|
/**
|
|
107
|
-
*
|
|
107
|
+
* 获取当前国际化语言
|
|
108
108
|
*/
|
|
109
|
-
|
|
109
|
+
getLocale: () => string;
|
|
110
110
|
/**
|
|
111
111
|
* 路由
|
|
112
112
|
*/
|
|
@@ -190,9 +190,9 @@ export type RbGlobalStateType = {
|
|
|
190
190
|
*/
|
|
191
191
|
initialState: RbInitialStateRespProps;
|
|
192
192
|
/**
|
|
193
|
-
*
|
|
193
|
+
* 获取当前国际化语言
|
|
194
194
|
*/
|
|
195
|
-
|
|
195
|
+
getLocale: () => string;
|
|
196
196
|
/**
|
|
197
197
|
* 公共方法
|
|
198
198
|
*/
|