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