Skip to content

Commit 8f8e9d3

Browse files
authored
Return void
1 parent 4121589 commit 8f8e9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ declare const VueFilePond: (...plugins: any[]) => ComponentOptions<any, VueFileP
2929

3030
export default VueFilePond;
3131

32-
export const setOptions: (options: FilePondOptionProps) => {};
32+
export const setOptions: (options: FilePondOptionProps) => void;

0 commit comments

Comments
 (0)