mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 02:09:01 +08:00
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
import { Underline } from './underline'
|
|
|
|
export * from './underline'
|
|
|
|
export default Underline
|