mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Missing WorkbookSheetRow.type property
http://docs.telerik.com/kendo-ui/controls/data-management/grid/excel-export#row-type
This commit is contained in:
Vendored
+1
@@ -18290,6 +18290,7 @@ declare namespace kendo.ooxml {
|
||||
cells?: WorkbookSheetRowCell[];
|
||||
index?: number;
|
||||
height?: number;
|
||||
type?: string;
|
||||
}
|
||||
|
||||
interface WorkbookSheet {
|
||||
|
||||
Reference in New Issue
Block a user