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, {}, "ref" | "value" | "hovered" | "focused" | "filter" | "valid" | "sort" | "touched" | "dirty" | "focusin" | "validationRef" | "containerRef" | "labelRef" | "open" | "triggerRef" | "tooltipRef" | "highlight" | "selected" | "listRef">; type NeoSelect = ReturnType<typeof NeoSelect>; export default NeoSelect;