design-system-silkhaus 3.11.0-beta-image-viewer.1 → 3.11.0-beta-image-viewer.3
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 +5 -0
- package/dist/index.js +4890 -4841
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -459,6 +459,11 @@ declare interface DateRangePickerProps {
|
|
|
459
459
|
* @default 'Clear'
|
|
460
460
|
*/
|
|
461
461
|
secondaryBtnText?: string;
|
|
462
|
+
/**
|
|
463
|
+
* @default 'silkhaus_date_picker'
|
|
464
|
+
*/
|
|
465
|
+
id?: string;
|
|
466
|
+
isOnDialogBox?: boolean;
|
|
462
467
|
}
|
|
463
468
|
|
|
464
469
|
export declare const DeleteIcon: FC<{
|