fix(Popup): duration prop not work when position is center

This commit is contained in:
陈嘉涵
2020-01-28 21:57:29 +08:00
parent 4fba295ea1
commit 44072e8c3f
4 changed files with 21 additions and 5 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export type ActionSheetProps = PopupMixinProps & {
round: boolean;
title?: string;
actions?: ActionSheetItem[];
duration: number;
duration: number | string;
closeIcon: string;
cancelText?: string;
description?: string;