UNPKG

@rkosafo/cai.components

Version:

This package is under development and not ready for public use.

5 lines (4 loc) 220 B
import { type AlertDialogProps } from '../../index.js'; declare const AlertDialog: import("svelte").Component<AlertDialogProps, {}, "open">; type AlertDialog = ReturnType<typeof AlertDialog>; export default AlertDialog;