UNPKG

vite-plugin-vue-css-modules

Version:

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

5 lines (4 loc) 260 B
import type { TPluginOptions } from "."; declare const prodNameGeneratorContext: () => TPluginOptions["nameGenerator"]; declare const devNameGeneratorContext: () => TPluginOptions["nameGenerator"]; export { prodNameGeneratorContext, devNameGeneratorContext };