saleor-dashboard/csstypes.d.ts
Dawid 3ba3dac2a7
Update React to 17 and update related packages (#2344)
* 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

* Trigger CI

* Fix comment about csstypes
2022-10-07 12:50:02 +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";
}