UNPKG

@sjsf/shadcn-theme

Version:

The shadcn-svelte based theme for svelte-jsonschema-form

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