UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

9 lines (8 loc) 453 B
import type { NeoListMethods } from './neo-list.model.js'; import type { NeoSimpleListProps } from './neo-simple-list.model.js'; declare const NeoSimpleList: import("svelte").Component<NeoSimpleListProps, { scrollToTop: NeoListMethods["scrollToTop"]; scrollToBottom: NeoListMethods["scrollToBottom"]; }, "ref" | "filter" | "sort" | "scrolling" | "highlight">; type NeoSimpleList = ReturnType<typeof NeoSimpleList>; export default NeoSimpleList;