mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-13 16:47:50 +08:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
|
import { TableCell } from './table-cell'
|
||
|
|
||
|
export * from './table-cell'
|
||
|
|
||
|
export default TableCell
|