props.js 120 B

123456
  1. export var ActionSheetDefaultProps = {
  2. title: '',
  3. actions: [],
  4. cancelText: '取消',
  5. visible: false,
  6. };