refactor: fix auto import confliction
This commit is contained in:
parent
00379e23aa
commit
8bb6ee7639
6 changed files with 18 additions and 18 deletions
|
@ -12,7 +12,7 @@ export interface CodeBlockShikiOptions extends CodeBlockOptions {
|
|||
defaultLanguage: string | null | undefined
|
||||
}
|
||||
|
||||
export const CodeBlockShiki = CodeBlock.extend<CodeBlockShikiOptions>({
|
||||
export const TiptapPluginCodeBlockShiki = CodeBlock.extend<CodeBlockShikiOptions>({
|
||||
addOptions() {
|
||||
return {
|
||||
...this.parent?.(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue