tiptap/packages/extension-bullet-list/src/index.ts

6 lines
101 B
TypeScript
Raw Normal View History

2020-12-08 04:32:50 +08:00
import { BulletList } from './bullet-list'
export * from './bullet-list'
export default BulletList