Files
9b85dc96-4d7e-4f6c-9a41-c2a…/src/providers/themeProvider/config/constants.ts
2026-03-14 11:40:52 +00:00

8 lines
461 B
TypeScript

// 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";