vrfi-design-system 1.0.33 → 1.0.35

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
@@ -397,6 +397,7 @@ export declare interface ModalProps extends ModalProps_2 {
397
397
  title?: string;
398
398
  footer?: JSX_2.Element[];
399
399
  confirmLoading?: boolean;
400
+ modalTitleIcon?: string;
400
401
  modalType: ModalTypeEnum;
401
402
  }
402
403