Skip to content

Commit 4121589

Browse files
authored
Fix missing setOptions export in type file
1 parent 1d5835d commit 4121589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.d.ts

+2
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ export class VueFilePondComponent extends VueConstructor<VueFilePondInstanceMeth
2828
declare const VueFilePond: (...plugins: any[]) => ComponentOptions<any, VueFilePondInstanceMethods, any, VueFilepondProps>
2929

3030
export default VueFilePond;
31+
32+
export const setOptions: (options: FilePondOptionProps) => {};

0 commit comments

Comments
 (0)