@kystverket/styrbord 1.15.0 → 1.15.1
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.
|
@@ -16,7 +16,7 @@ export interface SaksbehandlingShellProps {
|
|
|
16
16
|
caseActions?: ReactNode;
|
|
17
17
|
/** Actions related to the currently selected item, shown on the right of the toolbar. */
|
|
18
18
|
itemActions?: ReactNode;
|
|
19
|
-
items
|
|
19
|
+
items?: SaksbehandlingItem[];
|
|
20
20
|
selectedItemId?: string;
|
|
21
21
|
onSelectItemId: (id: string) => void;
|
|
22
22
|
/** Optional comparison section content. When omitted, the comparison panel and its toggle are not rendered. */
|