vue-lynx / useCssModule
function useCssModule(name): Record<string, string>
Resolve a CSS module mapping injected onto the component by vue-loader.
name
string
'$style'
Record<string, string>
Record
packages/vue-lynx/runtime/src/use-css-module.ts:14