mirror of
https://github.com/emailerfacu-spec/minix-front.git
synced 2026-04-07 14:10:43 -03:00
bun run format
This commit is contained in:
@@ -16,7 +16,10 @@
|
||||
let {
|
||||
post,
|
||||
variant = 'icon-lg'
|
||||
}: { post: Omit<Partial<Post>, 'authorId'> & { authorId: string; id: string }; variant?: 'icon-lg' | 'default' | 'sm' | 'lg' | 'icon' | 'icon-sm' } = $props();
|
||||
}: {
|
||||
post: Omit<Partial<Post>, 'authorId'> & { authorId: string; id: string };
|
||||
variant?: 'icon-lg' | 'default' | 'sm' | 'lg' | 'icon' | 'icon-sm';
|
||||
} = $props();
|
||||
|
||||
let seguido: boolean | null = $state(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user