UNPKG
elong-vant
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.1
0.1.0
0.0.1
elong-ui-vant4
elong-vant
/
lib
/
vue-shim.d.ts
10 lines
(8 loc)
•
230 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
module
'*.vue'
{
import
type
{
DefineComponent
}
from
'vue'
;
const
component
:
DefineComponent
<{}, {},
any
>; }
declare
module
'*.scss'
{
const
classes
: {
readonly
[
key
:
string
]:
string
};
export
default
classes; }