mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-10 14:08:37 +08:00
e97630c639
* Require .js endings * add extension alias for cypress to resolve ts files with js endings
6 lines
103 B
TypeScript
6 lines
103 B
TypeScript
import { TextAlign } from './text-align.js'
|
|
|
|
export * from './text-align.js'
|
|
|
|
export default TextAlign
|