tiptap/packages/extension-table-cell/src/index.ts
2021-01-22 20:01:01 +01:00

6 lines
97 B
TypeScript

import { TableCell } from './table-cell'
export * from './table-cell'
export default TableCell