[breaking change] remove waterfall component

This commit is contained in:
陈嘉涵
2019-04-29 19:40:40 +08:00
parent da6fb85315
commit a84d93869c
12 changed files with 8 additions and 404 deletions

2
types/index.d.ts vendored
View File

@@ -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
};