UNPKG

flowbite-svelte

Version:

Flowbite components for Svelte

5 lines (4 loc) 206 B
import { type CheckboxProps } from "../.."; declare const Checkbox: import("svelte").Component<CheckboxProps, {}, "group" | "checked">; type Checkbox = ReturnType<typeof Checkbox>; export default Checkbox;