mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-16 19:57:48 +08:00
6 lines
75 B
TypeScript
6 lines
75 B
TypeScript
|
import { Text } from './text'
|
||
|
|
||
|
export * from './text'
|
||
|
|
||
|
export default Text
|