design-system-silkhaus 2.1.0-beta.travel-list.1 → 2.1.0-beta.travel-list.2
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 +34 -34
- package/dist/index.d.ts +8 -0
- package/dist/index.js +4866 -4777
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -420,6 +420,10 @@ declare interface Option_2 {
|
|
|
420
420
|
}
|
|
421
421
|
export { Option_2 as Option }
|
|
422
422
|
|
|
423
|
+
export declare const PencilIcon: FC<{
|
|
424
|
+
className?: string;
|
|
425
|
+
}>;
|
|
426
|
+
|
|
423
427
|
export declare const PriceRangeSlider: default_2.FC<PriceRangeSliderProps>;
|
|
424
428
|
|
|
425
429
|
export declare interface PriceRangeSliderProps {
|
|
@@ -532,6 +536,10 @@ declare type TagProps = {
|
|
|
532
536
|
label: string;
|
|
533
537
|
};
|
|
534
538
|
|
|
539
|
+
export declare const ThreeDotsCircleIcon: FC<{
|
|
540
|
+
className?: string;
|
|
541
|
+
}>;
|
|
542
|
+
|
|
535
543
|
export declare const Timer: default_2.ForwardRefExoticComponent<TimerProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
536
544
|
|
|
537
545
|
export declare interface TimerProps {
|