Skip to content

Commit

Permalink
feat: add typings (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
econic authored and Akryum committed Oct 4, 2018
1 parent 372cd4c commit 891906f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import Vue, { PluginFunction } from "vue"
import { DirectiveOptions } from 'vue/types/options'

export const ObserveVisibility: DirectiveOptions

export default class VueObserveVisibilityPlugin {
static install: PluginFunction<never>
}

0 comments on commit 891906f

Please sign in to comment.