UNPKG
km-web-plugin
Version:
latest (1.0.0)
1.0.0
ICE Web Plugin Initializer
km-web-plugin
/
templates
/
base
/
src
/
types
/
shims-vue.d.ts
6 lines
(5 loc)
•
156 B
TypeScript
View Raw
1
2
3
4
5
6
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
;
const
component
:
DefineComponent
<{}, {},
any
>;
export
default
component; }