UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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