UNPKG

@sjsf/shadcn-theme

Version:

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

8 lines (7 loc) 303 B
import { Command as CommandPrimitive } from "bits-ui"; type $$ComponentProps = CommandPrimitive.GroupProps & { heading?: string; }; declare const CommandGroup: import("svelte").Component<$$ComponentProps, {}, "ref">; type CommandGroup = ReturnType<typeof CommandGroup>; export default CommandGroup;