UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 360 B
import type { NeoDialogConfirmProps } from './neo-dialog-confirm.model.js'; declare const NeoDialogConfirm: import("svelte").Component<NeoDialogConfirmProps, {}, "loading" | "ref" | "disabled" | "placement" | "open" | "returnValue" | "outside" | "modal" | "moved">; type NeoDialogConfirm = ReturnType<typeof NeoDialogConfirm>; export default NeoDialogConfirm;