diff --git a/components/vc-picker/RangePicker.tsx b/components/vc-picker/RangePicker.tsx index 7f0db88898..88016165f3 100644 --- a/components/vc-picker/RangePicker.tsx +++ b/components/vc-picker/RangePicker.tsx @@ -129,6 +129,10 @@ export type RangePickerSharedProps = { activePickerIndex?: 0 | 1; dateRender?: RangeDateRender; panelRender?: (originPanel: VueNode) => VueNode; + prevIcon?: VueNode; + nextIcon?: VueNode; + superPrevIcon?: VueNode; + superNextIcon?: VueNode; }; type OmitPickerProps = Omit< @@ -250,6 +254,10 @@ function RangerPicker() { 'hideDisabledOptions', 'disabledMinutes', 'presets', + 'prevIcon', + 'nextIcon', + 'superPrevIcon', + 'superNextIcon', ] as any, setup(props, { attrs, expose }) { const needConfirmButton = computed(