UNPKG

vant-fork

Version:

Lightweight Mobile UI Components built on Vue

9 lines (6 loc) 199 B
import Vue, { DirectiveFunction, PluginFunction } from 'vue'; export interface Waterfall { (type: string): DirectiveFunction; install: PluginFunction<void> } export const Waterfall: Waterfall;