UNPKG
mcl-test
Version:
latest (0.0.1-beta0.5)
0.0.1
0.0.1-beta0.5
0.0.1-beta0.4
0.0.1-beta0.3
0.0.1-beta0.2
0.0.1-beta0.1
0.0.1-beta-1
0.0.1-beta.2
0.0.1-beta.1
0.0.1-beta
0.0.0
json格式化高亮组件
github.com/yourusername/my-component-library
yourusername/my-component-library
mcl-test
/
src
/
shims-vue.d.ts
9 lines
(5 loc)
•
141 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
module
"*.vue"
{
import
{
VueConstructor
}
from
"vue"
;
const
component
:
VueConstructor
;
export
default
component; }