|
import { Plugin } from '@tiptap/pm/state';
|
|
export declare function LowlightPlugin({ name, lowlight, defaultLanguage, }: {
|
|
name: string;
|
|
lowlight: any;
|
|
defaultLanguage: string | null | undefined;
|
|
}): Plugin<any>;
|
|
//# sourceMappingURL=lowlight-plugin.d.ts.map
|