enwawa-ui 4.1.39 → 4.1.40

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/lib/index.d.ts CHANGED
@@ -5962,6 +5962,11 @@ export interface OrModuleTableHeaderProps {
5962
5962
  * Icon for second button
5963
5963
  */
5964
5964
  secondaryButtonIcon?: React.ReactNode;
5965
+ /**
5966
+ * Additional elements rendered alongside the action buttons
5967
+ * (next to the secondary and primary buttons)
5968
+ */
5969
+ customButtonsElements?: React.ReactNode;
5965
5970
  /**
5966
5971
  * justify the contents of the main container
5967
5972
  */