Created Toast.d.ts
parent
da4ebea782
commit
0e0394f0fc
|
@ -0,0 +1,6 @@
|
||||||
|
import Vue from 'vue';
|
||||||
|
|
||||||
|
export declare class Toast extends Vue {
|
||||||
|
group?: string;
|
||||||
|
position?: string;
|
||||||
|
}
|
Loading…
Reference in New Issue