Skip to content

Commit a1ec314

Browse files
fix(type): exports $vfm through the type definition file for typescript imports (#222)
1 parent 642f81e commit a1ec314

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,7 @@ declare module '@vue/runtime-core' {
108108
}
109109
}
110110

111+
export const $vfm: VueFinalModalProperty;
112+
111113
declare const VueFinalModal: VueFinalModal
112114
export default VueFinalModal

0 commit comments

Comments
 (0)