skyflow-js 1.27.2 → 1.27.3
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/package.json
CHANGED
|
@@ -19,6 +19,6 @@ export declare const appendMonthTwoDigitYears: (value: any) => {
|
|
|
19
19
|
export declare const getReturnValue: (value: string | Blob, element: string, doesReturnValue: boolean) => string | Blob | undefined;
|
|
20
20
|
export declare const copyToClipboard: (text: string) => void;
|
|
21
21
|
export declare const handleCopyIconClick: (textToCopy: string, domCopy: any) => void;
|
|
22
|
-
export declare const fileValidation: (value: any) => boolean;
|
|
22
|
+
export declare const fileValidation: (value: any, required?: Boolean) => boolean;
|
|
23
23
|
export declare const styleToString: (style: any) => string;
|
|
24
24
|
export declare const getContainerType: (frameName: string) => ContainerType;
|