chore: GlobalComponents
This commit is contained in:
8
apps/web-antd/types/global-components.d.ts
vendored
Normal file
8
apps/web-antd/types/global-components.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
export {};
|
||||
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AButton: typeof import('ant-design-vue/es/button')['default'];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user