UNPKG

@sjsf/shadcn4-theme

Version:

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

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