UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 224 B
import type { NeoLabelProps } from './neo-label.model.js'; declare const NeoLabel: import("svelte").Component<NeoLabelProps, {}, "ref" | "containerRef">; type NeoLabel = ReturnType<typeof NeoLabel>; export default NeoLabel;