Initial commit
This commit is contained in:
9
promo-ui2/types/components.d.ts
vendored
Normal file
9
promo-ui2/types/components.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
Icon: (typeof import('../src/components/Icon/index'))['Icon']
|
||||
Permission: (typeof import('../src/components/Permission/index'))['Permission']
|
||||
BaseButton: (typeof import('../src/components/Button/index'))['BaseButton']
|
||||
}
|
||||
}
|
||||
|
||||
export {}
|
||||
Reference in New Issue
Block a user