mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-22 09:25:53 +08:00
6 lines
93 B
TypeScript
6 lines
93 B
TypeScript
import { ListItem } from './list-item'
|
|
|
|
export * from './list-item'
|
|
|
|
export default ListItem
|