+
+export type ComponentRenderer = {
+ render: (entry: LayoutComponentDefinition
, ctx: LayoutContext) => React.ReactNode
+}
+
+export type ComponentMap = Record
\ No newline at end of file
diff --git a/tailwind.config.js b/tailwind.config.js
index 418284d..9359e00 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -9,6 +9,7 @@ module.exports = {
"./src/components/**/*.{js,ts,jsx,tsx}",
"./src/modules/**/*.{js,ts,jsx,tsx}",
"./node_modules/@medusajs/ui/dist/**/*.{js,jsx,ts,tsx}",
+ "./config/**/*.json",
],
theme: {
extend: {