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
+6 -1
View File
@@ -1,4 +1,9 @@
import { computed, CSSProperties, PropType, defineComponent } from 'vue';
import {
computed,
defineComponent,
type PropType,
type CSSProperties,
} from 'vue';
import { makeNumberProp, createNamespace, makeRequiredProp } from '../utils';
import { bem } from './utils';
import type { CalendarDayItem } from './types';