UNPKG

@analogjs/platform

Version:

The fullstack meta-framework for Angular

8 lines (7 loc) 321 B
import 'prismjs'; import './angular.js'; import { MarkedContentHighlighter } from '../marked/marked-content-highlighter.js'; export declare class PrismHighlighter extends MarkedContentHighlighter { augmentCodeBlock(code: string, lang: string): string; getHighlightExtension(): import("marked").MarkedExtension; }