UNPKG

@sjsf/shadcn-theme

Version:

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

5 lines (4 loc) 228 B
import { Command as CommandPrimitive } from "bits-ui"; declare const CommandItem: import("svelte").Component<CommandPrimitive.ItemProps, {}, "ref">; type CommandItem = ReturnType<typeof CommandItem>; export default CommandItem;