mainstack-design-system 0.7.34 → 0.7.36

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
@@ -632,6 +632,7 @@ declare interface IAccordionItem extends AccordionItemProps {
632
632
  maxWidthTitle?: any;
633
633
  actionButton?: React.ReactNode;
634
634
  titleTag?: React.ReactNode;
635
+ draggableHandleProps?: any;
635
636
  }
636
637
 
637
638
  declare interface IButtonProps extends ButtonProps {