
* 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
4 lines
135 B
TypeScript
4 lines
135 B
TypeScript
export * from "./createSaleorTheme";
|
|
export { default } from "./createSaleorTheme";
|
|
export * from "./types";
|
|
export * from "./styles";
|