UNPKG

@sjsf/shadcn-theme

Version:

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

7 lines (6 loc) 383 B
import { ToggleGroup as ToggleGroupPrimitive } from "bits-ui"; import { type ToggleVariants } from "../toggle/index.js"; type $$ComponentProps = ToggleGroupPrimitive.ItemProps & ToggleVariants; declare const ToggleGroupItem: import("svelte").Component<$$ComponentProps, {}, "ref" | "value">; type ToggleGroupItem = ReturnType<typeof ToggleGroupItem>; export default ToggleGroupItem;