@trafilea/afrodita-components 6.8.15 → 6.8.18

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/build/index.d.ts CHANGED
@@ -3092,8 +3092,9 @@ interface TableProps$1 {
3092
3092
  headers: string[];
3093
3093
  data: string[][];
3094
3094
  newSizeTableCss?: boolean;
3095
- }
3096
- declare const SizeChartTable: ({ headers, data, newSizeTableCss }: TableProps$1) => JSX.Element;
3095
+ }
3096
+
3097
+ declare const SizeChartTable: ({ headers, data: tableContent, newSizeTableCss }: TableProps$1) => JSX.Element;
3097
3098
 
3098
3099
  interface TableProps {
3099
3100
  headers: string[];