We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b507b commit c71be79Copy full SHA for c71be79
components/vc-calendar/src/Picker.jsx
@@ -41,6 +41,7 @@ const Picker = {
41
PropTypes.arrayOf(MomentType),
42
]),
43
align: PropTypes.object.def({}),
44
+ dropdownClassName: PropTypes.string,
45
},
46
mixins: [BaseMixin],
47
0 commit comments