UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

5 lines (4 loc) 273 B
import { RadioGroup as RadioGroupPrimitive } from "bits-ui"; declare const RadioGroupItem: import("svelte").Component<WithoutChildrenOrChild<RadioGroupPrimitive.ItemProps>, {}, "ref">; type RadioGroupItem = ReturnType<typeof RadioGroupItem>; export default RadioGroupItem;