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