UNPKG
lulouis-vant
Version:
latest (1.5.9)
1.5.9
1.5.8
Lightweight Mobile UI Components built on Vue
github.com/lulouis/vant
lulouis/vant
lulouis-vant
/
types
/
component.d.ts
7 lines
(5 loc)
•
123 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
Vue
from
'vue'
export
class
VanComponent
{
static
name
:
string
;
static
install
(
vue
:
typeof
Vue
):
void
; }