UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 247 B
import { type NeoListProps } from './neo-list.model.js'; declare const NeoList: import("svelte").Component<NeoListProps, {}, "filter" | "ref" | "sort" | "highlight" | "selected">; type NeoList = ReturnType<typeof NeoList>; export default NeoList;