Auth pages #6
1 changed files with 5 additions and 5 deletions
|
|
@ -9,12 +9,12 @@
|
|||
backgroundColor,
|
||||
primary = false
|
||||
}: {
|
||||
type: HTMLButtonAttributes['type'];
|
||||
onClick: () => void;
|
||||
type?: HTMLButtonAttributes['type'];
|
||||
onClick?: () => void;
|
||||
label: string;
|
||||
size: 'small' | 'normal' | 'large';
|
||||
backgroundColor: string;
|
||||
primary: boolean;
|
||||
size?: 'small' | 'normal' | 'large';
|
||||
backgroundColor?: string;
|
||||
primary?: boolean;
|
||||
} = $props();
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue