Initial commit
This commit is contained in:
7
src/providers/themeProvider/config/constants.ts
Normal file
7
src/providers/themeProvider/config/constants.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Re-export all config modules for backward compatibility
|
||||
export { borderRadiusMap, borderRadiusCappedMap } from "./borderRadius";
|
||||
export { contentWidthMap, expandedContentWidthMap } from "./contentWidth";
|
||||
export { textSizingMap, type TextSizingValues } from "./textSizing";
|
||||
export { baseVwMap } from "./baseVw";
|
||||
export { backgroundComponents } from "./background";
|
||||
export { headingFontWeightMap, type TextboxLayout, type InvertedBackground } from "./shared";
|
||||
Reference in New Issue
Block a user