printer-notifications/node_modules/svelte-preprocess/dist/autoProcess.d.ts

4 lines
456 B
TypeScript
Raw Permalink Normal View History

2023-11-13 21:10:04 +00:00
import type { AutoPreprocessGroup, AutoPreprocessOptions, Processed, TransformerArgs, TransformerOptions } from './types';
export declare const transform: (name: string | null | undefined, options: TransformerOptions, { content, markup, map, filename, attributes }: TransformerArgs<any>) => Promise<Processed>;
export declare function sveltePreprocess({ aliases, markupTagName, preserve, sourceMap, ...rest }?: AutoPreprocessOptions): AutoPreprocessGroup;