Skip to content
Snippets Groups Projects
Commit bb88cd4c authored by Andy Summers's avatar Andy Summers
Browse files

Export theme in TypeScript definition

parent 6ac766f0
No related branches found
No related tags found
No related merge requests found
Pipeline #47822 failed
declare module '@uw-ui-development/uw-material-ui-react';
import { default as theme } from "./index";
export { theme };
......@@ -53,3 +53,4 @@ const theme = {
};
module.exports = theme;
export default theme;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment