UNPKG

@makolabs/ripple

Version:

Simple Svelte 5 powered component library ✨

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