9 lines
157 B
JavaScript
9 lines
157 B
JavaScript
export var ActionSheetDefaultProps = {
|
|
title: '',
|
|
actions: [],
|
|
cancelText: '取消',
|
|
visible: false,
|
|
// 弹窗层级
|
|
zIndex: 998,
|
|
};
|