types: mark named import type (#10071)

This commit is contained in:
neverland
2021-12-20 20:20:47 +08:00
committed by GitHub
parent ce1d73de30
commit c378b388c2
97 changed files with 221 additions and 180 deletions
+5 -5
View File
@@ -3,14 +3,14 @@ import {
watch,
computed,
nextTick,
PropType,
Teleport,
onMounted,
InjectionKey,
CSSProperties,
TeleportProps,
defineComponent,
ExtractPropTypes,
type PropType,
type InjectionKey,
type CSSProperties,
type TeleportProps,
type ExtractPropTypes,
} from 'vue';
// Utils