UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 312 B
import type { NeoPopConfirmProps } from './neo-pop-confirm.model.js'; declare const NeoPopConfirm: import("svelte").Component<NeoPopConfirmProps, {}, "loading" | "disabled" | "open" | "position" | "triggerRef" | "tooltipRef">; type NeoPopConfirm = ReturnType<typeof NeoPopConfirm>; export default NeoPopConfirm;