## Summary When passing options to `@svgr/webpack`, I'd like to write them with typing like this: ```ts rules: [{ test: /\.svg$/i, issuer: /\.[jt]sx?$/, use: [{ loader: '@svgr/webpack', /** @type {import('@svgr/webpack').LoaderOptions} */ options: { icon: true } }], }], ``` I can import the `Config` type from `@svgr/core`, but package managers like pnpm need to install `@svgr/core` for that.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by nix6839 and has received 1 comments.