We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4121589 commit 8f8e9d3Copy full SHA for 8f8e9d3
types/index.d.ts
@@ -29,4 +29,4 @@ declare const VueFilePond: (...plugins: any[]) => ComponentOptions<any, VueFileP
29
30
export default VueFilePond;
31
32
-export const setOptions: (options: FilePondOptionProps) => {};
+export const setOptions: (options: FilePondOptionProps) => void;
0 commit comments