UNPKG

@dvcol/neo-svelte

Version:

Neomorphic ui library for svelte 5

5 lines (4 loc) 184 B
import type { NeoPopConfirm } from './neo-pop-confirm.model.js'; declare const NeoPopConfirm: any; type NeoPopConfirm = ReturnType<typeof NeoPopConfirm>; export default NeoPopConfirm;