[improvement] organize type definitions

This commit is contained in:
陈嘉涵
2019-05-13 19:07:04 +08:00
parent 96b1d8f81d
commit 7755b1738e
40 changed files with 111 additions and 121 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import Radio from '../radio';
// Types
import { CreateElement, RenderContext } from 'vue/types';
import { DefaultSlots } from '../utils/use/sfc';
import { DefaultSlots } from '../utils/types';
export type AddressItemData = {
id: string | number;
+1 -1
View File
@@ -6,7 +6,7 @@ import AddressItem, { AddressItemData } from './Item';
// Types
import { CreateElement, RenderContext } from 'vue/types';
import { ScopedSlot, DefaultSlots } from '../utils/use/sfc';
import { ScopedSlot, DefaultSlots } from '../utils/types';
export type AddressListProps = {
value?: string | number;