vrfi-design-system 1.2.39 → 1.2.40
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 +1430 -1419
- package/dist/main.umd.js +48 -48
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -980,6 +980,7 @@ declare interface PreviewCardProps {
|
|
|
980
980
|
canUpload?: boolean;
|
|
981
981
|
handleUploadClick?: (fileName: string) => void;
|
|
982
982
|
handleExpiryEdit?: () => void;
|
|
983
|
+
openOnNameClick?: boolean;
|
|
983
984
|
}
|
|
984
985
|
|
|
985
986
|
export declare const PreviewDocumentsCard: default_2.FC<PreviewDocumentsCardProps>;
|