props.js 100 B

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