UNPKG
zly-vant-ui
Version:
latest (1.0.3)
latest-v2 (1.0.1)
1.0.3
1.0.2
1.0.1
1.0.0
Mobile UI Components built on Vue
zly-vant-ui
/
types
/
component.d.ts
8 lines
(5 loc)
•
131 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
Vue
from
'vue'
;
export
class
VanComponent
extends
Vue
{
static
name
:
string
;
static
install
(
vue
:
typeof
Vue
):
void
; }