@inceptionbg/iui 2.0.14 → 2.0.15

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
@@ -652,7 +652,7 @@ interface Props$e {
652
652
  declare const FastLinksWidget: FC<Props$e>;
653
653
 
654
654
  interface IDialogFooterActions {
655
- confirmButton: {
655
+ confirmButton?: {
656
656
  label?: string;
657
657
  icon?: IconDefinition;
658
658
  onClick?: () => void;