mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-08 12:27:59 +08:00
6 lines
87 B
TypeScript
6 lines
87 B
TypeScript
import { Heading } from './heading'
|
|
|
|
export * from './heading'
|
|
|
|
export default Heading
|