Skip to content

Commit

Permalink
update types
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvasilchuk committed Nov 8, 2019
1 parent e07aedd commit 70312b7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
import Vue, { VNodeData } from 'vue'
import Vue, { PluginFunction, VNodeData } from 'vue'

declare const VueAccessibleModal: VueAccessibleModal

export default VueAccessibleModal

export interface VueAccessibleModal {
install: PluginFunction<{
confirmComponent: Vue
transition: string
}>
}

declare module 'vue/types/vue' {
interface Vue {
Expand Down

0 comments on commit 70312b7

Please sign in to comment.