UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 266 B
import type { NeoArrowButtonProps } from './neo-arrow-button.model.js'; declare const NeoArrowButton: import("svelte").Component<NeoArrowButtonProps, {}, "checked" | "hovered">; type NeoArrowButton = ReturnType<typeof NeoArrowButton>; export default NeoArrowButton;