@oku-ui/avatar
Advanced tools
Comparing version 0.4.0-alpha.4 to 0.4.0-alpha.5
@@ -311,4 +311,3 @@ import * as vue from 'vue'; | ||
src: { | ||
type: StringConstructor; | ||
required: boolean; | ||
type: PropType<string | undefined>; | ||
}; | ||
@@ -390,8 +389,7 @@ }; | ||
scopeOkuAvatar: { | ||
type: vue.PropType<Scope<any>>; | ||
type: PropType<Scope<any>>; | ||
required: boolean; | ||
}; | ||
src: { | ||
type: StringConstructor; | ||
required: boolean; | ||
type: PropType<string | undefined>; | ||
}; | ||
@@ -429,8 +427,7 @@ }>> & { | ||
scopeOkuAvatar: { | ||
type: vue.PropType<Scope<any>>; | ||
type: PropType<Scope<any>>; | ||
required: boolean; | ||
}; | ||
src: { | ||
type: StringConstructor; | ||
required: boolean; | ||
type: PropType<string | undefined>; | ||
}; | ||
@@ -448,8 +445,7 @@ }>> & { | ||
scopeOkuAvatar: { | ||
type: vue.PropType<Scope<any>>; | ||
type: PropType<Scope<any>>; | ||
required: boolean; | ||
}; | ||
src: { | ||
type: StringConstructor; | ||
required: boolean; | ||
type: PropType<string | undefined>; | ||
}; | ||
@@ -456,0 +452,0 @@ }>> & { |
{ | ||
"name": "@oku-ui/avatar", | ||
"type": "module", | ||
"version": "0.4.0-alpha.4", | ||
"version": "0.4.0-alpha.5", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "source": "src/index.ts", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
55101
643