mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-18 04:57:49 +08:00
6 lines
117 B
TypeScript
6 lines
117 B
TypeScript
import { HorizontalRule } from './horizontal-rule'
|
|
|
|
export * from './horizontal-rule'
|
|
|
|
export default HorizontalRule
|