UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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