Skip to content

Commit c382da3

Browse files
committed
feat(types): add multiple endpoint type
1 parent 70f31fb commit c382da3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

types/index.d.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ export interface VfmOptions {
2626
}
2727

2828
declare const VfmPlugin: () => PluginObject<VfmOptions>
29-
export default VfmPlugin
29+
30+
export default VfmPlugin
31+
32+
declare module 'vue-final-modal/lib' {
33+
export default VfmPlugin
34+
}

0 commit comments

Comments
 (0)