UNPKG

simple-popup-js

Version:

Zero-HTML confirm popup that injects its own DOM and CSS. Tiny, framework-free.

5 lines (4 loc) 220 B
export function customPopup(message: string, onYes?: () => void, onNo?: () => void): void; export function customConfirm(message: string): Promise<boolean>; export function init(): void; export function destroy(): void;