@sjsf/shadcn4-theme
Version:
The shadcn-svelte based theme for svelte-jsonschema-form
9 lines (8 loc) • 500 B
TypeScript
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;