rez-table-listing-mui 1.3.60 → 1.3.62

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
@@ -590,7 +590,7 @@ interface TabDataProps {
590
590
  interface TableTabsProps {
591
591
  loading?: boolean;
592
592
  tabsData?: TabDataProps[];
593
- activeTab?: string;
593
+ activeTab?: any;
594
594
  tableStates: CraftTableOptionsProps;
595
595
  onClick: (state: string) => void;
596
596
  columns?: any[];