Skip to content

Commit 1c9c0bc

Browse files
Export hookdata
1 parent c4293bc commit 1c9c0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { applyPlugin } from './applyPlugin'
44
import { UserOptions } from './config'
55
import { jsPDFDocument } from './documentHandler'
6-
import { CellHookData } from './HookData'
6+
import { CellHookData, HookData } from './HookData'
77
import { parseInput } from './inputParser'
88
import { Cell, Column, Row, Table } from './models'
99
import { createTable as _createTable } from './tableCalculator'
@@ -42,4 +42,4 @@ try {
4242
}
4343

4444
export default autoTable
45-
export { Cell, CellHookData, Column, Row, Table }
45+
export { Cell, CellHookData, Column, HookData, Row, Table }

0 commit comments

Comments
 (0)