We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f5b3f commit 5af2653Copy full SHA for 5af2653
components/date-picker/wrapPicker.tsx
@@ -59,6 +59,17 @@ export default function wrapPicker<P>(
59
popupStyle: PropTypes.style,
60
locale: PropTypes.any.def({}),
61
},
62
+ emits: [
63
+ 'update:value',
64
+ 'openChange',
65
+ 'focus',
66
+ 'blur',
67
+ 'mouseenter',
68
+ 'mouseleave',
69
+ 'change',
70
+ 'ok',
71
+ 'calendarChange',
72
+ ],
73
setup() {
74
return {
75
configProvider: inject('configProvider', defaultConfigProvider),
0 commit comments