@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
5 lines (4 loc) • 332 B
TypeScript
import type { NeoListSearchProps } from './neo-list-search.model.js';
declare const NeoListSearch: import("svelte").Component<NeoListSearchProps, {}, "value" | "ref" | "hovered" | "focused" | "valid" | "touched" | "focusin" | "dirty" | "invert">;
type NeoListSearch = ReturnType<typeof NeoListSearch>;
export default NeoListSearch;