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.2.8
vue 3.2.16, unplugin-vue-components 0.17.2, vite 2.6.4, vitejs/plugin-vue 1.9.3, vite-tsc 0.3.0
Add "layout-sider" to a template
Expects a correct declaration in "component.d.ts" auto import so I can pass the correct parameters to the component
LayoutSider is imported as "any" and there is no declaration of the parameters
In "ant-design-vue/es/layout/index.d.ts" LayoutSider is declared as:
export declare const LayoutSider: any;
Is this correct?
The text was updated successfully, but these errors were encountered:
042bf61
Note: Tree.TreeNode not exported issue in 2.x is fixed here.
Tree.TreeNode
Sorry, something went wrong.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
No branches or pull requests
Version
2.2.8
Environment
vue 3.2.16, unplugin-vue-components 0.17.2, vite 2.6.4, vitejs/plugin-vue 1.9.3, vite-tsc 0.3.0
Reproduction link
Steps to reproduce
Add "layout-sider" to a template
What is expected?
Expects a correct declaration in "component.d.ts" auto import so I can pass the correct parameters to the component
What is actually happening?
LayoutSider is imported as "any" and there is no declaration of the parameters
In "ant-design-vue/es/layout/index.d.ts" LayoutSider is declared as:
Is this correct?
The text was updated successfully, but these errors were encountered: