UNPKG

@sjsf/shadcn-theme

Version:

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

9 lines (8 loc) 500 B
import type { ToggleVariants } from "../toggle/index.js"; export declare function setToggleGroupCtx(props: ToggleVariants): void; export declare function getToggleGroupCtx(): ToggleVariants; import { ToggleGroup as ToggleGroupPrimitive } from "bits-ui"; type $$ComponentProps = ToggleGroupPrimitive.RootProps & ToggleVariants; declare const ToggleGroup: import("svelte").Component<$$ComponentProps, {}, "ref" | "value">; type ToggleGroup = ReturnType<typeof ToggleGroup>; export default ToggleGroup;