Add missing 'expansion' slot TypeScript definition
The DataTable.d.ts is missing the 'expansion' field in the $slots class field.pull/1628/head
parent
1a72acabb5
commit
b6a3beefd2
|
@ -114,6 +114,7 @@ declare class DataTable {
|
||||||
groupheader: VNode[];
|
groupheader: VNode[];
|
||||||
groupfooter: VNode[];
|
groupfooter: VNode[];
|
||||||
loading: VNode[];
|
loading: VNode[];
|
||||||
|
expansion: VNode[];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue