UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

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