hlyc-web-pack 3.9.0 → 3.9.1

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.
@@ -111,5 +111,5 @@ type TablePaginationType = TablePaginationConfig & {
111
111
  pages: number;
112
112
  [key: string]: any;
113
113
  };
114
- declare const _default: React.ForwardRefExoticComponent<GenerateTableProp & React.RefAttributes<unknown>>;
114
+ declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<GenerateTableProp & React.RefAttributes<unknown>>>;
115
115
  export default _default;