Refactor #3924 - For DataView.d.ts

This commit is contained in:
Ulaş Turan 2023-06-01 16:24:10 +03:00
parent da103f3a88
commit 3f49ae65c3
2 changed files with 12 additions and 0 deletions

View file

@ -77,6 +77,10 @@ export interface DataViewPassThroughOptions {
* Uses to pass attributes to the footer's DOM element.
*/
footer?: DataViewPassThroughOptionType;
/**
* Uses to pass attributes to the grid's DOM element.
*/
grid?: DataViewPassThroughOptionType;
}
/**