UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 221 B
import type { NeoIconProps } from './neo-icon.model.js'; declare const NeoIconSearch: import("svelte").Component<NeoIconProps, {}, "">; type NeoIconSearch = ReturnType<typeof NeoIconSearch>; export default NeoIconSearch;