mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-13 13:13:12 +08:00

* Require .js endings * add extension alias for cypress to resolve ts files with js endings
6 lines
99 B
TypeScript
6 lines
99 B
TypeScript
import { TableRow } from './table-row.js'
|
|
|
|
export * from './table-row.js'
|
|
|
|
export default TableRow
|