File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
client/packages/lowcoder/src/comps/comps/fileComp Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414import { hasIcon } from "comps/utils" ;
1515import { messageInstance } from "lowcoder-design/src/components/GlobalInstances" ;
1616import { resolveValue , resolveParsedValue , commonProps } from "./fileComp" ;
17- import { FileStyleType } from "comps/controls/styleControlConstants" ;
17+ import { FileStyleType , AnimationStyleType } from "comps/controls/styleControlConstants" ;
1818
1919const IconWrapper = styled . span `
2020 display: flex;
@@ -71,8 +71,9 @@ interface DraggerUploadProps {
7171 fileType : string [ ] ;
7272 showUploadList : boolean ;
7373 disabled : boolean ;
74- onEvent : ( eventName : string ) => void ;
74+ onEvent : ( eventName : string ) => Promise < unknown [ ] > ;
7575 style : FileStyleType ;
76+ animationStyle : AnimationStyleType ;
7677 parseFiles : boolean ;
7778 parsedValue : Array < any > ;
7879 prefixIcon : any ;
You can’t perform that action at this time.
0 commit comments