Skip to content

Commit

Permalink
fix: improve export for StarterKitOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
philippkuehn committed Aug 5, 2021
1 parent a3381f4 commit 8fcc80d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/starter-kit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ListItem, { ListItemOptions } from '@tiptap/extension-list-item'

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

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

export default StarterKit

Expand Down

0 comments on commit 8fcc80d

Please sign in to comment.