UNPKG

@adyen/adyen-platform-experience-web

Version:

![Platform Experience header](https://github.com/Adyen/adyen-platform-experience-web/assets/7926613/18094965-9e01-450e-8dc9-ea84e6b22c2b)

13 lines (12 loc) 387 B
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 };