UNPKG

rightui

Version:

Beautiful UI library for Svelte. Based on shadcn-svelte. For Wonrity

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