saleor-dashboard/csstypes.d.ts
Dawid 158188002a
Update React to 17 and related packages (#2370)
* Update React to 17

* Update types for React 17

* Update references in useEffect cleanup functions

* Update react-error-boundary

* Update react-inlinesvg

* Update Apollo Client and Upload Link

* Update apollo-upload-client types

* Fix comment about csstypes

* Downgrade apollo-client version due to log-in bug

* Add missing apollo link

* Update package-lock version

* Fix button type

* Fix datagrid test after react update

* Fix polish language letter bug
2022-10-24 11:49:11 +02:00

5 lines
230 B
TypeScript

// Workaround. Since there is small difference between loaded package of csstype (React one vs MUI),
// we had to explicitly point which csstype we want to use.
declare module "csstype" {
export * from "node_modules/csstype";
}