File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1212 "files" : [
1313 " lib" ,
1414 " dist" ,
15- " types/index .d.ts"
15+ " types/**/* .d.ts"
1616 ],
1717 "scripts" : {
1818 "build" : " rollup -c --environment BUILD:production" ,
Original file line number Diff line number Diff line change 1+ import './lib'
12import Vue , { PluginObject } from 'vue'
23
34export class VueFinalModalComponant extends Vue {
@@ -27,8 +28,4 @@ export interface VfmOptions {
2728
2829declare const VfmPlugin : ( ) => PluginObject < VfmOptions >
2930
30- export default VfmPlugin
31-
32- declare module 'vue-final-modal/lib' {
33- export default VfmPlugin
34- }
31+ export default VfmPlugin
Original file line number Diff line number Diff line change 1+ declare module 'vue-final-modal/lib' {
2+ import VfmPlugin from 'vue-final-modal'
3+ export default VfmPlugin
4+ }
You can’t perform that action at this time.
0 commit comments