Merge pull request #203 from Syncbak-Git/master

Added Tooltip.d.ts
pull/213/head
Cagatay Civici 2020-02-27 10:54:04 +03:00 committed by GitHub
commit 97ff13186d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
src/components/tooltip/Tooltip.d.ts vendored Normal file
View File

@ -0,0 +1,3 @@
import Directive from 'vue';
export declare interface Tooltip extends Directive {}