Back to IssuesView on GitHub
#2775
Easy
`<style>` as Tag Variable lacks types for class properties
Summary
The `<style>` tag's CSS Module output, when used with tag variables, currently lacks proper TypeScript type definitions for its class properties. This needs to be addressed by generating or providing accurate type information so that TypeScript users can leverage these classes without type errors.
Skills Required
TypeScriptJavaScriptBuild Tools (e.g., Webpack, Rollup)Understanding of CSS Modules
Files Likely Touched
Labels
type:unverified bug