mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-23 08:47:50 +08:00
e97630c639
* Require .js endings * add extension alias for cypress to resolve ts files with js endings
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
import { Heading } from './heading.js'
|
|
|
|
export * from './heading.js'
|
|
|
|
export default Heading
|