jialh
2025-01-07 bb59b053247ef82969b64979260e2478bd732e1f
1
2
3
4
5
6
7
import type { ResolvedConfig } from 'vite';
export * from './ast';
export * from './url';
export * from './plugin';
export * from './utils';
export declare const buildInCssSet: Set<string>;
export declare function isCombineBuiltInCss(config: ResolvedConfig): boolean;