mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-27 11:27:49 +08:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
|
import { TextStyle } from './text-style'
|
||
|
|
||
|
export * from './text-style'
|
||
|
|
||
|
export default TextStyle
|