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