UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 438 B
import { type NeoSelectProps } from './neo-select.model.js'; declare const NeoSelect: import("svelte").Component<NeoSelectProps, {}, "filter" | "ref" | "value" | "valid" | "sort" | "touched" | "dirty" | "focused" | "hovered" | "focusin" | "validationRef" | "containerRef" | "labelRef" | "open" | "triggerRef" | "highlight" | "selected" | "listRef" | "tooltipRef">; type NeoSelect = ReturnType<typeof NeoSelect>; export default NeoSelect;