mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-24 01:17:50 +08:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
|
import { TextAlign } from './text-align'
|
||
|
|
||
|
export * from './text-align'
|
||
|
|
||
|
export default TextAlign
|