You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the issue is that the interface is exported without a corresponding declare modifier. I could open a PR, but I can't tell if this is really the root cause. ant-design/ant-design#25467 indicates that the import statement should work and the history of the interface file suggests it's always been exported this way. The only other difference I could think of was a change made to TypeScript itself.
The text was updated successfully, but these errors were encountered:
When attempting to import
MenuInfo
with:I get an error:
I think the issue is that the interface is exported without a corresponding
declare
modifier. I could open a PR, but I can't tell if this is really the root cause. ant-design/ant-design#25467 indicates that the import statement should work and the history of the interface file suggests it's always been exported this way. The only other difference I could think of was a change made to TypeScript itself.The text was updated successfully, but these errors were encountered: