This commit is contained in:
Philipp Kühn 2022-01-05 09:22:00 +01:00
commit c6d5575c5c

View File

@ -1,6 +1,6 @@
import { Node, mergeAttributes, textblockTypeInputRule } from '@tiptap/core'
type Level = 1 | 2 | 3 | 4 | 5 | 6
export type Level = 1 | 2 | 3 | 4 | 5 | 6
export interface HeadingOptions {
levels: Level[],