Teilbearbeitung des Pull-Requests, nicht fertig da meeting

This commit is contained in:
2025-08-13 12:03:14 +02:00
parent 7bdfa1f69b
commit 6c9afda777
6 changed files with 41 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
<script lang="ts">
export let href = null;
export let type = 'button';
export let type: 'button' | 'submit' | 'reset' = 'button';
export let size = 'md';
export let variant = 'primary';
export let fullWidth = false;