@hybr1d-tech/charizard 0.7.163 → 0.7.164

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
@@ -2770,7 +2770,7 @@ declare interface SwitchV2Props extends Omit<zagSwitch.Context, 'id'> {
2770
2770
 
2771
2771
  export declare const Tab: default_2.FC<TabProps>;
2772
2772
 
2773
- export declare function Table({ data, loaderConfig, columns, filterConfig, sortConfig, rowSelectionConfig, actionsConfig, searchConfig, totalText, paginationConfig, emptyStateConfig, tableStyleConfig, customColumnConfig, exportConfig, }: TableProps): JSX_2.Element;
2773
+ export declare function Table({ data, loaderConfig, columns, filterConfig, sortConfig, rowSelectionConfig, actionsConfig, searchConfig, totalText, paginationConfig, emptyStateConfig, tableStyleConfig, customColumnConfig, exportConfig, customActionItems, }: TableProps): JSX_2.Element;
2774
2774
 
2775
2775
  declare type TableCustomColsVariant = 'default' | 'selection';
2776
2776
 
@@ -3024,6 +3024,7 @@ export declare interface TableProps {
3024
3024
  handleExport: any;
3025
3025
  isLegacy?: boolean;
3026
3026
  };
3027
+ customActionItems?: JSX.Element[];
3027
3028
  }
3028
3029
 
3029
3030
  /**