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