UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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