Skip to content
This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Commit fa67b80

Browse files
committed
fix(packages/core): add TableStyle and Cell to exported table-models API
Fixes #3149
1 parent bfd2cf3 commit fa67b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/api/table-models.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
*
2020
*/
2121

22-
export { Table, MultiTable, Row, isTable, isMultiTable } from '../webapp/models/table'
22+
export { TableStyle, Table, MultiTable, Row, Cell, isTable, isMultiTable } from '../webapp/models/table'

0 commit comments

Comments
 (0)