|
@ -8,6 +8,7 @@ declare module '@vue/runtime-core' { |
|
|
Panel: typeof import('./src/components/Panel.vue')['default'] |
|
|
Panel: typeof import('./src/components/Panel.vue')['default'] |
|
|
PsButton: typeof import('@princess-ui/components/button')['PsButton'] |
|
|
PsButton: typeof import('@princess-ui/components/button')['PsButton'] |
|
|
PsCaptcha: typeof import('@princess-ui/components/captcha')['PsCaptcha'] |
|
|
PsCaptcha: typeof import('@princess-ui/components/captcha')['PsCaptcha'] |
|
|
|
|
|
PsTree: typeof import('@princess-ui/components/tree')['PsTree'] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|