saleor-dashboard/src/theme/index.ts
Dominik Żegleń 416d7d87f6
Improve theming (#1020)
* Remove unused code

* Move theme to separate directory

* Separate types

* Separate shadows

* Separate shadows

* Rename types

* Modularize code

* Do not pollute prototypes

* Fix missing import

* Aliast mui styles

* Import theming internally

* Fix types

* Fix override type
2021-03-30 09:40:18 +02:00

4 lines
135 B
TypeScript

export * from "./createSaleorTheme";
export { default } from "./createSaleorTheme";
export * from "./types";
export * from "./styles";