diff --git a/apps/web-antd/types/global-components.d.ts b/apps/web-antd/types/global-components.d.ts new file mode 100644 index 00000000..1d870cf9 --- /dev/null +++ b/apps/web-antd/types/global-components.d.ts @@ -0,0 +1,8 @@ +export {}; + +/* prettier-ignore */ +declare module 'vue' { + export interface GlobalComponents { + AButton: typeof import('ant-design-vue/es/button')['default']; + } +}