Teilbearbeitung des Pull-Requests, nicht fertig da meeting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user