Skip to content

Commit

Permalink
fix: Errors when importing Radio Group (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDev404 authored Dec 11, 2024
1 parent 0ec81e1 commit 8ec120d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
value = $bindable(),
...restProps
}: RadioGroupPrimitive.RootProps = $props();
export { className as class };
</script>

<RadioGroupPrimitive.Root bind:value class={cn("grid gap-2", className)} {...restProps} bind:ref />

0 comments on commit 8ec120d

Please sign in to comment.