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