diff --git a/components/config-provider/index.tsx b/components/config-provider/index.tsx index 04f41f0aacf0..671652c501cf 100644 --- a/components/config-provider/index.tsx +++ b/components/config-provider/index.tsx @@ -30,6 +30,7 @@ export { type CSPConfig, type DirectionType, type ConfigConsumerProps, + type ThemeConfig, }; export { defaultIconPrefixCls };