mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
[breaking change] remove waterfall component
This commit is contained in:
2
types/index.d.ts
vendored
2
types/index.d.ts
vendored
@@ -5,7 +5,6 @@ import { Dialog } from './dialog';
|
||||
import { Notify } from './notify';
|
||||
import { Locale } from './locale';
|
||||
import { Lazyload } from './lazyload';
|
||||
import { Waterfall } from './waterfall';
|
||||
import { ImagePreview } from './image-preview';
|
||||
|
||||
export const version: string;
|
||||
@@ -78,6 +77,5 @@ export {
|
||||
Notify,
|
||||
Locale,
|
||||
Lazyload,
|
||||
Waterfall,
|
||||
ImagePreview
|
||||
};
|
||||
|
8
types/waterfall.d.ts
vendored
8
types/waterfall.d.ts
vendored
@@ -1,8 +0,0 @@
|
||||
import { DirectiveFunction, PluginFunction } from 'vue';
|
||||
|
||||
export interface Waterfall {
|
||||
(type: string): DirectiveFunction;
|
||||
install: PluginFunction<void>;
|
||||
}
|
||||
|
||||
export const Waterfall: Waterfall;
|
Reference in New Issue
Block a user