UNPKG

svelte-markdoc-preprocess

Version:

A Svelte preprocessor that allows you to use Markdoc.

5 lines 362 B
import { Config } from './config.js'; import type { PreprocessorGroup } from 'svelte/compiler'; declare const processor: ({ extensions, generateSchema, layouts, nodes, tags, partials, config, validationThreshold, allowComments, highlighter: highlighter, }?: Partial<Config>) => PreprocessorGroup; export default processor; //# sourceMappingURL=processor.d.ts.map