@entur/travel 6.3.16 → 6.4.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.
@@ -21,5 +21,9 @@ export type TravelTagProps = {
21
21
  * @default "right"
22
22
  */
23
23
  labelPlacement?: 'bottom' | 'right';
24
+ /** Ekstrainnhold for tilleggsvisning i en separat boks.
25
+ * @example Brukes ofte for å vise et tog/avgangsnummer
26
+ */
27
+ details?: React.ReactNode;
24
28
  } & React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
25
29
  export declare const TravelTag: React.FC<TravelTagProps>;