tiptap/packages/extension-bullet-list/src/index.ts
2020-12-07 21:32:50 +01:00

6 lines
101 B
TypeScript

import { BulletList } from './bullet-list'
export * from './bullet-list'
export default BulletList