Fixed #2553 - Column node declaration TypeScript error

pull/2565/head
Tuğçe Küçükoğlu 2022-05-25 12:22:58 +03:00
parent bce683d166
commit 4399d447ec
1 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,10 @@ export interface ColumnSlots {
* Row data.
*/
data: any;
/**
* Row node data.
*/
node: any;
/**
* Column node.
*/