UNPKG

svelte-settings

Version:

> [!WARNING] > This project is a work in progress. Do not use it in any of your projects yet.

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;