Created SplitButton.d.ts
parent
6e3ffd875a
commit
8cb296f9d8
|
@ -0,0 +1,12 @@
|
||||||
|
import Vue from 'vue';
|
||||||
|
|
||||||
|
export declare class SplitButton extends Vue {
|
||||||
|
label?: string;
|
||||||
|
icon?: string;
|
||||||
|
model?: any[];
|
||||||
|
disabled?: boolean;
|
||||||
|
tabindex?: string;
|
||||||
|
autoZIndex?: boolean;
|
||||||
|
baseZIndex?: number;
|
||||||
|
$emit(eventName: 'click', event: Event): this;
|
||||||
|
}
|
Loading…
Reference in New Issue