Added Button.d.ts file
parent
d4fcf7e070
commit
56aefd6a53
|
@ -0,0 +1,7 @@
|
||||||
|
import Vue from 'vue';
|
||||||
|
|
||||||
|
export declare class Button extends Vue {
|
||||||
|
label?: string;
|
||||||
|
icon?: string;
|
||||||
|
iconPos?: 'left';
|
||||||
|
}
|
Loading…
Reference in New Issue