mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-20 23:08:07 +08:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
|
import { TaskItem } from './task-item'
|
||
|
|
||
|
export * from './task-item'
|
||
|
|
||
|
export default TaskItem
|