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
/
waterfall.d.ts
9 lines
(6 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
Vue
, {
DirectiveFunction
,
PluginFunction
}
from
'vue'
;
export
interface
Waterfall
{ (
type
:
string
):
DirectiveFunction
;
install
:
PluginFunction
<
void
> }
export
const
Waterfall
:
Waterfall
;