Created Toast.d.ts

pull/12/head
mertsincan 2019-05-29 14:25:59 +03:00
parent da4ebea782
commit 0e0394f0fc
1 changed files with 6 additions and 0 deletions

6
src/components/toast/Toast.d.ts vendored Normal file
View File

@ -0,0 +1,6 @@
import Vue from 'vue';
export declare class Toast extends Vue {
group?: string;
position?: string;
}