@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
5 lines (4 loc) • 307 B
TypeScript
import type { NeoPinProps } from './neo-pin.model.js';
declare const NeoPin: import("svelte").Component<NeoPinProps, {}, "ref" | "value" | "valid" | "touched" | "dirty" | "focused" | "hovered" | "validationRef" | "containerRef" | "labelRef">;
type NeoPin = ReturnType<typeof NeoPin>;
export default NeoPin;