vrfi-design-system 1.2.11 → 1.2.12
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 +1 -0
- package/dist/main.es.js +3745 -3737
- package/dist/main.umd.js +13 -13
- package/dist/style.css +1 -1
- package/package.json +4 -1
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>;
|