mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-04 03:29:03 +08:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
import { HardBreak } from './hard-break'
|
|
|
|
export * from './hard-break'
|
|
|
|
export default HardBreak
|