UNPKG

@knightly/vite

Version:

Native-ESM powered web dev build tool. It's fast.

5 lines (4 loc) 219 B
import { ServerPlugin } from '.'; export declare const debugCSS: any; export declare const cssPlugin: ServerPlugin; export declare function codegenCss(id: string, css: string, modules?: Record<string, string>): string;