Refactor on Button.d.ts

pull/12/head
mertsincan 2019-05-28 12:07:07 +03:00
parent 56aefd6a53
commit 2df8b7eaa9
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ import Vue from 'vue';
export declare class Button extends Vue {
label?: string;
icon?: string;
iconPos?: 'left';
iconPos?: string;
}