UNPKG

@sjsf/shadcn4-theme

Version:

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

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