@dvcol/neo-svelte
Version:
Neomorphic ui library for svelte 5
5 lines (4 loc) • 342 B
TypeScript
import type { NeoDrawerConfirmProps } from './neo-drawer.model.js';
declare const NeoDrawerConfirm: import("svelte").Component<NeoDrawerConfirmProps, {}, "loading" | "ref" | "disabled" | "placement" | "open" | "returnValue" | "outside" | "moved">;
type NeoDrawerConfirm = ReturnType<typeof NeoDrawerConfirm>;
export default NeoDrawerConfirm;