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