UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 264 B
import type { NeoTypewriterProps } from './neo-typewriter.model.js'; declare const NeoTypewriter: import("svelte").Component<NeoTypewriterProps, {}, "ref" | "value" | "display">; type NeoTypewriter = ReturnType<typeof NeoTypewriter>; export default NeoTypewriter;