types: mark named import type (#10071)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user