Merge pull request #1628 from samperumal/samperumal/datatable-expansion

Add missing 'expansion' slot TypeScript definition to DataTable.d.ts
pull/1643/head
Tuğçe Küçükoğlu 2021-10-04 10:07:11 +03:00 committed by GitHub
commit 1f34b15a60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ declare class DataTable {
groupheader: VNode[];
groupfooter: VNode[];
loading: VNode[];
expansion: VNode[];
};
}