astro-ghostcms/.pnpm-store/v3/files/22/f0f35ba55c3bb35931ea19874d2...

9 lines
363 B
Plaintext
Raw Permalink Normal View History

2024-02-14 14:10:47 +00:00
import type { TransformOptions } from '@astrojs/compiler';
import { type ResolvedConfig } from 'vite';
export declare function createStylePreprocessor({ filename, viteConfig, cssDeps, cssTransformErrors, }: {
filename: string;
viteConfig: ResolvedConfig;
cssDeps: Set<string>;
cssTransformErrors: Error[];
}): TransformOptions['preprocessStyle'];