mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-21 15:28:09 +08:00
6 lines
101 B
TypeScript
6 lines
101 B
TypeScript
import { BulletList } from './bullet-list'
|
|
|
|
export * from './bullet-list'
|
|
|
|
export default BulletList
|