UNPKG

@sjsf/shadcn-theme

Version:

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

6 lines (5 loc) 312 B
import type { WithElementRef } from "bits-ui"; import type { HTMLAttributes } from "svelte/elements"; declare const CommandShortcut: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLSpanElement>>, {}, "ref">; type CommandShortcut = ReturnType<typeof CommandShortcut>; export default CommandShortcut;