Logo

GitLab

Sign in

xlyErp / xlyUmi

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • xlyUmi
  • src
  • components
  • Common
  • ReactDebounce
  • config.js
  • 迁移部分代码;
    72fcbd94
    zhang authored
    2025-03-19 11:18:24 +0800  
    Browse Code »
config.js 189 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
export default {
  triggerMs: 0,
  trigger: 'onChange',
  valuePropMs: 0,
  valuePropName: 'value',
  uncontroll: false,
  getValueFromEvent: e => e,
  shouldComponentUpdate: undefined,
};