mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 16:44:21 +00:00
[Improvement] add type definition files (#361)
This commit is contained in:
8
types/waterfall.d.ts
vendored
Normal file
8
types/waterfall.d.ts
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import Vue, { DirectiveFunction, PluginFunction } from 'vue';
|
||||
|
||||
export interface Waterfall {
|
||||
(type: string): DirectiveFunction;
|
||||
install: PluginFunction<void>
|
||||
}
|
||||
|
||||
export const Waterfall: Waterfall;
|
Reference in New Issue
Block a user