UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 295 B
import type { NeoSourceSelectorProps } from './neo-source-selector.model.js'; declare const NeoSourceSelector: import("svelte").Component<NeoSourceSelectorProps, {}, "ref" | "hovered" | "focused">; type NeoSourceSelector = ReturnType<typeof NeoSourceSelector>; export default NeoSourceSelector;