feat: GhostButton component
This commit is contained in:
1
apps/web-antd/types/global-components.d.ts
vendored
1
apps/web-antd/types/global-components.d.ts
vendored
@@ -4,5 +4,6 @@ export {};
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AButton: typeof import('ant-design-vue/es/button')['default'];
|
||||
GhostButton: typeof import('#/components/global/button')['GhostButton']
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user