@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
5 lines (4 loc) • 358 B
TypeScript
import type { NeoSwitchProps } from './neo-switch.model.js';
declare const NeoSwitch: import("svelte").Component<NeoSwitchProps, {}, "group" | "ref" | "hovered" | "focused" | "checked" | "valid" | "indeterminate" | "touched" | "dirty" | "validationRef" | "containerRef" | "labelRef">;
type NeoSwitch = ReturnType<typeof NeoSwitch>;
export default NeoSwitch;