fix: surveys pkg android file uploads (#4869)

Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
This commit is contained in:
Anshuman Pandey
2025-03-07 10:08:49 +05:30
committed by GitHub
parent 140aee749b
commit b5a51f1304
12 changed files with 155 additions and 4 deletions
@@ -8,6 +8,7 @@ declare global {
renderSurveyInline: (props: SurveyContainerProps) => void;
renderSurveyModal: (props: SurveyContainerProps) => void;
renderSurvey: (props: SurveyContainerProps) => void;
onFilePick: (files: { name: string; type: string; base64: string }[]) => void;
};
}
}