forked from sheetjs/sheetjs
TypeScript 2.0.x compatibility [ci skip]
This commit is contained in:
parent
f384ccd8a8
commit
66a9cc79ca
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -253,7 +253,7 @@ export interface WorkBook {
|
||||
Props?: FullProperties;
|
||||
|
||||
/** Custom workbook Properties */
|
||||
Custprops?: object;
|
||||
Custprops?: any;
|
||||
|
||||
Workbook?: WBProps;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user