UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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