mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-09 04:58:15 +08:00
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
|
import { Placeholder } from './placeholder'
|
||
|
|
||
|
export * from './placeholder'
|
||
|
|
||
|
export default Placeholder
|