UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 261 B
import type { NeoCursorPointerProps } from './neo-cursor-pointer.model.js'; declare const NeoCursorPointer: import("svelte").Component<NeoCursorPointerProps, {}, "">; type NeoCursorPointer = ReturnType<typeof NeoCursorPointer>; export default NeoCursorPointer;