UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 279 B
import type { NeoSwitchButtonProps } from './neo-switch-button.model.js'; declare const NeoSwitchButton: import("svelte").Component<NeoSwitchButtonProps, {}, "checked" | "indeterminate">; type NeoSwitchButton = ReturnType<typeof NeoSwitchButton>; export default NeoSwitchButton;