fix: resolve TypeScript errors in frontend build
This commit is contained in:
6
node_modules/@tiptap/extension-bullet-list/src/index.ts
generated
vendored
Normal file
6
node_modules/@tiptap/extension-bullet-list/src/index.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { BulletList } from '@tiptap/extension-list'
|
||||
|
||||
export type { BulletListOptions } from '@tiptap/extension-list'
|
||||
export { BulletList } from '@tiptap/extension-list'
|
||||
|
||||
export default BulletList
|
||||
Reference in New Issue
Block a user