UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

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