vrfi-design-system 1.2.11 → 1.2.13

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
@@ -931,6 +931,7 @@ declare interface PreviewCardProps {
931
931
  verificationStatus?: string;
932
932
  canUpload?: boolean;
933
933
  handleUploadClick?: (fileName: string) => void;
934
+ handleExpiryEdit?: () => void;
934
935
  }
935
936
 
936
937
  export declare const PreviewDocumentsCard: default_2.FC<PreviewDocumentsCardProps>;