Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Nov 8, 2019
1 parent 26565af commit 32a6e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Vue, { PluginFunction, VNodeData } from 'vue'
import Vue, { PluginFunction, VNodeData, Component} from 'vue'

declare const VueAccessibleModal: VueAccessibleModal

Expand All @@ -15,7 +15,7 @@ declare module 'vue/types/vue' {
interface Vue {
$modal: {
show(
component: Vue,
component: Component,
options?: {
props?: Vue['$props']
listeners?: Vue['$listeners']
Expand Down

0 comments on commit 32a6e72

Please sign in to comment.