@incremark/react 0.3.1 → 0.3.2

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.
package/dist/index.d.ts CHANGED
@@ -305,6 +305,9 @@ interface UseLocaleReturn {
305
305
  /** 翻译函数 */
306
306
  t: (key: string) => string;
307
307
  }
308
+ /**
309
+ * 使用 locale
310
+ */
308
311
  declare function useLocale(): UseLocaleReturn;
309
312
 
310
313
  type ComponentMap = Partial<Record<string, ComponentType<{