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