@adyen/adyen-platform-experience-web
Version:

13 lines (12 loc) • 387 B
JavaScript
const _ = "adyen-pe-file-input", e = ["application/pdf", "image/jpeg", "image/jpg", "image/png"], E = 2097152, i = {
DISALLOWED_FILE_TYPE: "disallowed_file_type",
FILE_REQUIRED: "file_required",
TOO_MANY_FILES: "too_many_files",
VERY_LARGE_FILE: "very_large_file"
};
export {
_ as BASE_CLASS,
e as DEFAULT_FILE_TYPES,
E as DEFAULT_MAX_FILE_SIZE,
i as validationErrors
};