UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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