ant-design / antd-style

css-in-js library with antd v5 token system
https://ant-design.github.io/antd-style/
MIT License
187 stars 29 forks source link

🧐[问题]关于ThemeProvider ts类型问题 #108

Closed hef98 closed 9 months ago

hef98 commented 9 months ago

🧐 问题描述

💻 示例代码

ThemeProvider: <T = any, S = any>(props: import("..").ThemeProviderProps<T, S>) => import("react").ReactNode 但是它实际上是一个Object,因为我将它当成一个函数调用时 会报错ThemeProvider is not a function

🚑 其他信息