@mdspl/mds-shared-ui 1.2.9 → 1.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -309,8 +309,7 @@ export declare function MDSConfirmDeleteDialog({ open, onClose, onConfirm, title
309
309
 
310
310
  export declare function MDSDatePicker({ value, onChange, width, visible, label, }: IMDSDatePickerTypes): JSX_2.Element;
311
311
 
312
- export declare function MDSDateRangePicker({ startDate, endDate, onChange, width, // Slightly wider for " to "
313
- showLabel, label, visible, }: IMDSDateRangePickerTypes): JSX_2.Element;
312
+ export declare function MDSDateRangePicker({ startDate, endDate, onChange, width, showLabel, label, visible, }: IMDSDateRangePickerTypes): JSX_2.Element;
314
313
 
315
314
  export declare const MDSDialogAction: default_2.ForwardRefExoticComponent<ButtonProps & default_2.RefAttributes<HTMLButtonElement>>;
316
315