style: 依赖库无类型声明定义

This commit is contained in:
TsMask
2025-01-15 21:08:22 +08:00
parent a20d5ee99f
commit b2d818fc30

View File

@@ -7,8 +7,10 @@ declare module '*.vue' {
export default component;
}
// "vue3-smooth-dnd": "^0.0.6"
declare module 'vue3-smooth-dnd';
// "intl-tel-input": "^25.2.0"
declare module 'intl-tel-input/intlTelInputWithUtils' {
import intlTelInput from 'intl-tel-input';
export default intlTelInput;