mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 08:37:23 +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
|
||||
};
|
||||
|
Reference in New Issue
Block a user