UNPKG

vite-plugin-vue-css-modules

Version:

✨ Ultimate solution for using CSS modules without any hassle. Automatic replacement for Vue templates and scripts

4 lines (3 loc) 291 B
import type { MagicString } from "@vue/compiler-sfc"; import { TLocalTransformOptions } from "./index.js"; export declare const transformHtml: (source: string, contentOffset: number, sfcTransform: MagicString, { preservePrefix, localNameGenerator, module }: TLocalTransformOptions) => void;