We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 023373a + f12f1c2 commit fa95aa2Copy full SHA for fa95aa2
types/index.d.ts
@@ -7,6 +7,10 @@ declare module "filepond" {
7
allowFileSizeValidation?: boolean;
8
/** The minimum size of a file, for instance 5MB or 750KB. */
9
minFileSize?: string | null;
10
+ /** Message shown when a small file is dropped. */
11
+ labelMinFileSizeExceeded?: string;
12
+ /** Message shown when the file size is lower than the {filesize}. {filesize} is replaced with the value of the minFileSize property */
13
+ labelMinFileSize?: string;
14
/** The maximum size of a file, for instance 5MB or 750KB. */
15
maxFileSize?: string | null;
16
/** Maximum size of all files in list, same format as maxFileSize. */
0 commit comments