UNPKG

@swc-react/alert-dialog

Version:

React and Next.js wrapper of the @spectrum-web-components/alert-dialog component

5 lines (4 loc) 305 B
import { AlertDialog as SpAlertDialog } from '@spectrum-web-components/alert-dialog'; import '@spectrum-web-components/alert-dialog/sp-alert-dialog.js'; export declare const AlertDialog: import("@lit/react").ReactWebComponent<SpAlertDialog, {}>; export type AlertDialogType = EventTarget & SpAlertDialog;