@idmui/spot 1.5.6 → 1.5.8
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.
|
@@ -127,7 +127,7 @@ declare namespace _sfc_main {
|
|
|
127
127
|
function convertSvgUrlToBase64(url: any): Promise<any>;
|
|
128
128
|
function getRotatedArrowBase64(angle: any): string;
|
|
129
129
|
function getRotatedArrow2Base64(angle: any): string;
|
|
130
|
-
function
|
|
130
|
+
function handleClickDownload(): void;
|
|
131
131
|
function handleDownloadPDF1(): void;
|
|
132
132
|
function handleDownloadPDF2(): Promise<false | undefined>;
|
|
133
133
|
}
|