saleor-dashboard/csstypes.d.ts

6 lines
230 B
TypeScript
Raw Normal View History

// 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";
}