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 NeoIconSun: import("svelte").Component<NeoIconProps, {}, "">; type NeoIconSun = ReturnType<typeof NeoIconSun>; export default NeoIconSun;