UNPKG

vite-plugin-react-css-module-stylename

Version:

Quick use of styleName to introduce CSS module plugin

7 lines (6 loc) 183 B
/** @param localName: css name, @param filePath: scss file path */ declare const generateScopedName: (localName: string, filePath: string) => string; export { generateScopedName };