UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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