UNPKG
@ballcat/vue-cropper
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
vue image cropper by cropperjs
@ballcat/vue-cropper
/
dist
/
shims-vue.d.ts
6 lines
(5 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
const
component
:
DefineComponent
<
Record
<
string
,
unknown
>,
Record
<
string
,
unknown
>,
any
>
export
default
component }