mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-27 23:15:15 +08:00
Merge branch 'main' of https://github.com/ueberdosis/tiptap
This commit is contained in:
commit
c6d5575c5c
@ -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[],
|
||||
|
Loading…
Reference in New Issue
Block a user