design-system-silkhaus 2.1.0-beta.travel-list.13 → 2.1.0-beta.travel-list.15
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 +35 -35
- package/dist/index.d.ts +4 -0
- package/dist/index.js +5648 -5668
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -309,6 +309,10 @@ export declare interface ImageCarouselProps extends default_2.HTMLAttributes<HTM
|
|
|
309
309
|
images: string[];
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
+
export declare const InfoIcon: FC<{
|
|
313
|
+
className?: string;
|
|
314
|
+
}>;
|
|
315
|
+
|
|
312
316
|
export declare const Input: default_2.ForwardRefExoticComponent<InputProps & default_2.RefAttributes<HTMLInputElement>>;
|
|
313
317
|
|
|
314
318
|
export declare interface InputProps extends default_2.InputHTMLAttributes<HTMLInputElement | HTMLTextAreaElement> {
|