Skip to content
Snippets Groups Projects
Commit 6cc24606 authored by sandcha's avatar sandcha
Browse files

Update file Card.svelte

parent c4cb3ea7
No related branches found
No related tags found
1 merge request!24Corrige l'affichage sur petit écran, corrige l'ordre d'affichage des impacts et permet la suppression de carte communale
Pipeline #21521 failed
......@@ -13,6 +13,7 @@
iconType = "path",
iconAltDescription = "",
accordion = false,
showDeleteButton = false,
headerBackgroundColor = "bg-white",
children,
}: {
......@@ -22,6 +23,7 @@
iconType?: string
iconAltDescription?: string
accordion?: boolean
showDeleteButton?: boolean
headerBackgroundColor?: string
children(): any
} = $props()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment