@swc-react/alert-dialog
Version:
React and Next.js wrapper of the @spectrum-web-components/alert-dialog component
14 lines (13 loc) • 452 B
JavaScript
;
import { createComponent } from "@lit/react";
import * as React from "react";
import { AlertDialog as SpAlertDialog } from "@spectrum-web-components/alert-dialog";
import "@spectrum-web-components/alert-dialog/sp-alert-dialog.js";
export const AlertDialog = createComponent({
displayName: "AlertDialog",
elementClass: SpAlertDialog,
react: React,
tagName: "sp-alert-dialog",
events: {}
});
//# sourceMappingURL=index.dev.js.map