@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
5 lines (4 loc) • 303 B
TypeScript
import type { NeoCursorProps } from './neo-cursor.model.js';
declare const NeoCursor: import("svelte").Component<NeoCursorProps, {}, "ref" | "cursor" | "position" | "pointer" | "contact" | "snapping" | "touching" | "snapTarget">;
type NeoCursor = ReturnType<typeof NeoCursor>;
export default NeoCursor;