Skip to content

Commit

Permalink
Export createColGroup utility function (#4737)
Browse files Browse the repository at this point in the history
Co-authored-by: bdbch <[email protected]>
  • Loading branch information
fujita-h and bdbch authored Jan 2, 2024
1 parent 9d68113 commit 8030c11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/extension-table/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { Table } from './table.js'

export * from './table.js'

Check failure on line 3 in packages/extension-table/src/index.ts

View workflow job for this annotation

GitHub Actions / lint (16)

Run autofix to sort these exports!
export * from './utilities/createTable.js'
export * from './utilities/createColGroup.js'

export default Table

0 comments on commit 8030c11

Please sign in to comment.