Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/landing/imageuploader/src/types/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/landing/imageuploader/src/types/imageuploader.options.js

type ImageUploaderOptions = {
	uploadParams: {[key: string]: any},
	additionalParams: {[key: string]: any},
	dimensions: {
		width?: number,
		height?: number,
		maxWidth?: number,
		maxHeight?: number,
		minWidth?: number,
		minHeight?: number,
	},
	sizes: Array<string>,
	allowSvg: boolean,
};

export default ImageUploaderOptions;