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
/
waterfall.d.ts
9 lines
(6 loc)
•
207 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
;