We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.0.3
typescript
props 错误 Property 'style' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Re...'.
style和className都出错
Property 'style' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Re...'.
The text was updated successfully, but these errors were encountered:
924b9f6
docs: add style. ref ant-design/ant-design-mobile#2138
c392b7f
docs: add style. ant-design/ant-design-mobile#2138
dbf2dba
fix(Drawer): tsd. close ant-design#2138
093d877
paranoidjk
No branches or pull requests
Version
2.0.3
Environment
typescript
Steps to reproduce
props 错误 Property 'style' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Re...'.
What is expected?
style和className都出错
What is actually happening?
Property 'style' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Re...'.
The text was updated successfully, but these errors were encountered: