UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 465 B
import type { NeoInputHTMLElement, NeoInputProps } from './neo-input.model.js'; declare const NeoInput: import("svelte").Component<NeoInputProps<NeoInputHTMLElement>, {}, "value" | "group" | "ref" | "hovered" | "focused" | "checked" | "valid" | "files" | "indeterminate" | "touched" | "focusin" | "dirty" | "validationRef" | "containerRef" | "afterRef" | "affixRef" | "labelRef" | "beforeRef">; type NeoInput = ReturnType<typeof NeoInput>; export default NeoInput;