You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`themeModule`|`null`| JSON theme object, use the `require` syntax to include it in options. Make sure the package you're requiring is installed in your dependencies. |
24
24
|`themeModulePath`|`null`| A string package name that the plugin will require for you. Make sure the package you're requiring is installed in your dependencies. |
25
-
|`moduleExportName`|`default`| The name of the export from the theme module, applies to `themeModule` or `themeModulePath` resolution depending which one you're using |
26
25
27
-
> Note that if your theme is exported at the top level, the `moduleExportName` of `default` is bypassed. See [theme-ui/preset-deep](https://github.com/system-ui/theme-ui/blob/master/packages/preset-deep/src/index.ts).
26
+
27
+
> Note that this plugin assumes the theme object is exported as `default`.
28
28
29
29
The theme module you include in options is considered your base theme. Any further customization and shadowing will be merged with it.
0 commit comments