UNPKG

@tiptap/extension-code-block-lowlight

Version:

code block extension for tiptap

13 lines 484 B
import { CodeBlockOptions } from '@tiptap/extension-code-block'; export interface CodeBlockLowlightOptions extends CodeBlockOptions { /** * The lowlight instance. */ lowlight: any; } /** * This extension allows you to highlight code blocks with lowlight. * @see https://tiptap.dev/api/nodes/code-block-lowlight */ export declare const CodeBlockLowlight: import("@tiptap/core").Node<CodeBlockLowlightOptions, any>; //# sourceMappingURL=code-block-lowlight.d.ts.map