UNPKG

@rkosafo/cai.components

Version:

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

5 lines (4 loc) 228 B
import type { FormCheckboxProps } from '../../types/index.js'; declare const FormCheckbox: import("svelte").Component<FormCheckboxProps, {}, "">; type FormCheckbox = ReturnType<typeof FormCheckbox>; export default FormCheckbox;