mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-23 00:27:49 +08:00
6 lines
79 B
TypeScript
6 lines
79 B
TypeScript
|
import { Image } from './image'
|
||
|
|
||
|
export * from './image'
|
||
|
|
||
|
export default Image
|