cmms/frontend/node_modules/@tiptap/extension-code-block-lowlight/dist/lowlight-plugin.d.ts

7 lines
269 B
TypeScript

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