mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-27 03:17:50 +08:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
|
import { Placeholder } from './placeholder'
|
||
|
|
||
|
export * from './placeholder'
|
||
|
|
||
|
export default Placeholder
|