@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.cjs +4 -4
- package/dist/index.d.ts +1 -2
- package/dist/index.js +431 -435
- package/package.json +1 -1
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,
|
|
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
|
|