utils.js 221 B

1234567891011
  1. export const defaults = {
  2. prefixCls: 'wux-notification',
  3. classNames: 'wux-animate--slideInDown',
  4. image: '',
  5. title: '',
  6. text: '',
  7. duration: 3000,
  8. data: '',
  9. onClick() {},
  10. onClose() {},
  11. }