UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 307 B
import type { NeoButtonRowProps } from './neo-button-row.model.js'; declare const NeoButtonRow: import("svelte").Component<NeoButtonRowProps, {}, "ref" | "hovered" | "focused" | "offsetHeight" | "offsetWidth" | "threshold">; type NeoButtonRow = ReturnType<typeof NeoButtonRow>; export default NeoButtonRow;