Created AccordionTab.d.ts
parent
bc79e0c275
commit
b4d8081494
|
@ -0,0 +1,11 @@
|
||||||
|
import Vue, { VNode } from 'vue';
|
||||||
|
|
||||||
|
export declare class AccordionTab extends Vue {
|
||||||
|
header: string;
|
||||||
|
active: boolean;
|
||||||
|
disabled: boolean;
|
||||||
|
$slot: {
|
||||||
|
'': VNode[];
|
||||||
|
'header': VNode[];
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue