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[];
|
||||
groupfooter: VNode[];
|
||||
loading: VNode[];
|
||||
expansion: VNode[];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue