Need to look into why adding types to the package.json lead vscode into stopping providing auto-import. It does seem that there is something wrong with some of the exports;
Maybe fixing that will automatically fix the auto-imports. Or maybe vscode's IntelliSense just works differently when there are types, but how???
Need to look into why adding
typesto the package.json lead vscode into stopping providing auto-import. It does seem that there is something wrong with some of the exports;PropTypes.tsfile doesn't seem to be generated@typespackages are not provided to the userstyled-components.d.tsis giving an error (which the original styled-components file doesn't)Maybe fixing that will automatically fix the auto-imports. Or maybe vscode's IntelliSense just works differently when there are types, but how???