UNPKG
vant-fork
Version:
latest (1.3.6)
1.3.6
1.3.5
1.3.4
Lightweight Mobile UI Components built on Vue
github.com/youzan/vant
youzan/vant
vant-fork
/
types
/
mixins
/
popup.d.ts
5 lines
(4 loc)
•
64 B
TypeScript
View Raw
1
2
3
4
5
export
class
VanPopupMixin
{
open
(): void;
close
(): void; }