chore: GlobalComponents
This commit is contained in:
parent
1947f5c3b6
commit
c383d3006b
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'];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user