UNPKG
my-dataentry
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
通用详情页功能组件
my-dataentry
/
src
/
shims-vue.d.ts
5 lines
•
146 B
TypeScript
View Raw
1
2
3
4
5
declare
module
'*.vue'
{
import
{
DefineComponent
}
from
'vue'
const
component
:
DefineComponent
<{}, {},
any
>
export
default
component }