chore: GlobalComponents

This commit is contained in:
dap 2024-10-06 09:13:30 +08:00
parent 1947f5c3b6
commit c383d3006b

View File

@ -0,0 +1,8 @@
export {};
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AButton: typeof import('ant-design-vue/es/button')['default'];
}
}