forked from sheetjs/sheetjs
type fix (fixes #2828 h/t @younes-io)
This commit is contained in:
parent
df48489211
commit
e7e129e417
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@ -564,7 +564,7 @@ export interface DenseSheet extends Sheet {
|
||||
* Special keys start with '!'
|
||||
* Dense-mode worksheets store data in the '!data' key
|
||||
*/
|
||||
[cell: string]: CellObject[][] | SheetKeys;
|
||||
[cell: string]: CellObject[][] | SheetKeys | any;
|
||||
|
||||
/**
|
||||
* Dense-mode worksheets store data in an array of arrays
|
||||
|
Loading…
Reference in New Issue
Block a user