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