UNPKG

@sjsf/shadcn-theme

Version:

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

5 lines (4 loc) 282 B
import { Checkbox as CheckboxPrimitive } from "bits-ui"; declare const Checkbox: import("svelte").Component<Omit<Omit<CheckboxPrimitive.RootProps, "child">, "children">, {}, "ref" | "checked" | "indeterminate">; type Checkbox = ReturnType<typeof Checkbox>; export default Checkbox;