mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-29 20:47:49 +08:00
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
|
import { Gapcursor } from './gapcursor'
|
||
|
|
||
|
export * from './gapcursor'
|
||
|
|
||
|
export default Gapcursor
|