design-system-silkhaus 2.1.0-beta.travel-list.3 → 2.1.0-beta.travel-list.4
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 +2 -0
- package/dist/index.js +4831 -4806
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -680,6 +680,8 @@ export declare interface TravelListItemProps {
|
|
|
680
680
|
|
|
681
681
|
export declare interface TravelListProps extends default_2.PropsWithChildren {
|
|
682
682
|
items?: TravelListItemProps[];
|
|
683
|
+
hideShare?: boolean;
|
|
684
|
+
hideEdit?: boolean;
|
|
683
685
|
}
|
|
684
686
|
|
|
685
687
|
export declare const TwoColumnDialog: ForwardRefExoticComponent<TwoColumnDialogProps & RefAttributes<HTMLDivElement>>;
|