bits-ui
Version:
The headless components for Svelte.
5 lines (4 loc) • 375 B
TypeScript
export { default as Root } from "./components/checkbox.svelte";
export { default as Indicator } from "./components/checkbox-indicator.svelte";
export { default as Input } from "./components/checkbox-input.svelte";
export type { CheckboxProps as Props, CheckboxIndicatorProps as IndicatorProps, CheckboxInputProps as InputProps, CheckboxEvents as Events, } from "./types.js";