UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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