@flow97/react-toolkit 0.1.1 → 0.1.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/locale/index.d.ts CHANGED
@@ -95,6 +95,9 @@ type Locale = {
95
95
  reachEndText: string;
96
96
  loadMoreText: string;
97
97
  };
98
+ Nav: {
99
+ emptyDescription: string;
100
+ };
98
101
  };
99
102
 
100
103
  export { type Locale, useTranslation };