props.js 372 B

1234567891011121314151617
  1. export var CascaderDefaultProps = {
  2. visible: null,
  3. defaultVisible: null,
  4. animationType: 'transform',
  5. value: null,
  6. defaultValue: null,
  7. options: [],
  8. placeholder: '请选择',
  9. cancelText: '取消',
  10. disabled: false,
  11. title: '',
  12. okText: '确定',
  13. maskClosable: true,
  14. popClassName: '',
  15. popStyle: '',
  16. onFormat: null,
  17. };