Skip to content

Commit

Permalink
fix: export starter kit extension options
Browse files Browse the repository at this point in the history
  • Loading branch information
iamursky authored and hanspagel committed Jul 20, 2021
1 parent 1b43de3 commit 4a2a428
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/starter-kit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ import ListItem, { ListItemOptions } from '@tiptap/extension-list-item'

import { StarterKit } from './starter-kit'

export { StarterKitOptions } from './starter-kit'

export default StarterKit

export function defaultExtensions(options?: Partial<{
Expand Down

0 comments on commit 4a2a428

Please sign in to comment.