tiptap/packages/extension-table-cell/src/index.ts

6 lines
97 B
TypeScript
Raw Normal View History

2021-01-21 06:42:01 +08:00
import { TableCell } from './table-cell'
export * from './table-cell'
export default TableCell